Merge pull request #151 from micolous/macos-sip

(partially) fix macOS 10.14/Xcode 11.0 compile and install issues
This commit is contained in:
Frank Morgner
2020-04-29 01:38:41 +02:00
committed by GitHub
3 changed files with 52 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ PKG_CHECK_EXISTS([libpcsclite],
SDK_PATH="${SDK_PATH:-$SDKS_PATH/$(ls -1 ${SDKS_PATH} | sort -n -t. -k2 -r | head -1)}"
# and set the PC/SC include path
PCSC_CFLAGS="-I$SDK_PATH/System/Library/Frameworks/PCSC.framework/Versions/Current/Headers -DRESPONSECODE_DEFINED_IN_WINTYPES_H -I`pwd`/${top_srcdir}/MacOSX"
PCSC_LIBS="--framework PCSC"
PCSC_LIBS="-framework PCSC"
esac
])