Set PKG_CONFIG_PATH to something reasonable.

Now libsamplerate can be detected.
This commit is contained in:
Bill Currie 2012-02-05 18:46:12 +09:00
parent 459d6c3f2d
commit d2a6da6c24

View file

@ -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 $@