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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Mon Sep 16 18:20:18 UTC 2013


Author: rousseau
Date: 2013-09-16 18:20:18 +0000 (Mon, 16 Sep 2013)
New Revision: 6751

Modified:
   trunk/Drivers/ccid/MacOSX/configure
Log:
Display the warning "No Universal Binary build" in red


Modified: trunk/Drivers/ccid/MacOSX/configure
===================================================================
--- trunk/Drivers/ccid/MacOSX/configure	2013-09-12 14:52:08 UTC (rev 6750)
+++ trunk/Drivers/ccid/MacOSX/configure	2013-09-16 18:20:18 UTC (rev 6751)
@@ -59,9 +59,11 @@
 echo $UB
 if [ -z "$UB" ]
 then
+	echo -en $RED
 	echo "*************************"
 	echo "No Universal Binary build"
 	echo "*************************"
+	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"




More information about the Pcsclite-cvs-commit mailing list