mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: fix ffmpeg linux build (#3884)
The `PKG_CONFIG_PATH` variable is important since it is needed to resolve `.pc` library files.
This commit is contained in:
parent
2f0d2029ca
commit
e4e3f82337
@ -52,6 +52,7 @@ function build_ffmpeg {
|
||||
git clone git://source.ffmpeg.org/ffmpeg.git
|
||||
cd ffmpeg
|
||||
git checkout "${FFMPEG_VERSION}"
|
||||
export PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig"
|
||||
# Prohibit pkg-config from using linux system installed libs.
|
||||
export PKG_CONFIG_LIBDIR=
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user