mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-11 18:20:47 +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
|
# Also want to override the standard user defined PKG_CONFIG_PATH with
|
||||||
# a android specific one.
|
# 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.
|
# Now just execute pkg-config with the given command line args.
|
||||||
pkg-config $@
|
pkg-config $@
|
||||||
|
|
Loading…
Reference in a new issue