use a user defined PKG_CONFIG_PATH

closes https://github.com/OpenSC/OpenSC/pull/779
This commit is contained in:
Frank Morgner 2016-06-04 01:36:14 +02:00
parent 04825d8d7e
commit c524930e2b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export CFLAGS="$CFLAGS -isysroot $SDK_PATH -arch x86_64 -mmacosx-version-min=10.
export SED=/usr/bin/sed
PREFIX=/Library/OpenSC
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig
if ! pkg-config libcrypto --atleast-version=1.0.1; then
# OpenSSL is not installed