mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Set PKG_CONFIG_PATH to something reasonable.
Now libsamplerate can be detected.
This commit is contained in:
parent
459d6c3f2d
commit
d2a6da6c24
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export PKG_CONFIG_LIBDIR=$ANDROID_SYSROOT
|
|||
|
||||
# Also want to override the standard user defined PKG_CONFIG_PATH with
|
||||
# a android specific one.
|
||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH_ANDROID
|
||||
export PKG_CONFIG_PATH=$ANDROID_SYSROOT/usr/local/lib/pkgconfig
|
||||
|
||||
# Now just execute pkg-config with the given command line args.
|
||||
pkg-config $@
|
||||
|
|
Loading…
Reference in a new issue