From f73eb87fedf689b4b93b64f7d8c809723fcf7928 Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 10 Feb 2011 13:40:35 +0000 Subject: [PATCH] MacInstaller: use the pre-built libopensc.dylib for building OpenSC.tokend This way it can be built without installing OpenSC on a clean machine. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5193 c6295689-39f2-0310-b995-f0e70906c6a9 --- MacOSX/build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MacOSX/build b/MacOSX/build index 052ab38c..cc7294f4 100755 --- a/MacOSX/build +++ b/MacOSX/build @@ -51,11 +51,6 @@ fi # compile make -j 2 -if !(test -e /Library/OpenSC/lib/libopensc.dylib && (file /Library/OpenSC/lib/libopensc.dylib | grep $required_arch)); then - echo "Installing OpenSC to support building OpenSC.tokend. Remove with opensc-uninstall after .dmg has been created" - sudo make install -fi - # copy files rm -rf target make install DESTDIR=${BUILDPATH}/target