[Pcsclite-cvs-commit] r6792 - trunk/Drivers/ccid/MacOSX

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Mon Nov 25 13:03:21 UTC 2013


Author: rousseau
Date: 2013-11-25 13:03:21 +0000 (Mon, 25 Nov 2013)
New Revision: 6792

Modified:
   trunk/Drivers/ccid/MacOSX/configure
Log:
Set Xcode SDK to version 10.8

With Xcode 5.x the minimum SDK version is 10.8 (Mountain Lion) even on
Mountain Lion.


Modified: trunk/Drivers/ccid/MacOSX/configure
===================================================================
--- trunk/Drivers/ccid/MacOSX/configure	2013-11-25 10:11:28 UTC (rev 6791)
+++ trunk/Drivers/ccid/MacOSX/configure	2013-11-25 13:03:21 UTC (rev 6792)
@@ -66,7 +66,7 @@
 	echo -en $NORMAL
 else
 	echo "Universal Binary build"
-	CFLAGS="$CFLAGS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -arch i386 -arch x86_64"
+	CFLAGS="$CFLAGS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -arch i386 -arch x86_64"
 fi
 echo
 




More information about the Pcsclite-cvs-commit mailing list