[Pcsclite-cvs-commit] r269 - trunk/MCardPlugin
    Ludovic Rousseau 
    rousseau at costa.debian.org
       
    Wed Jan 25 15:12:02 UTC 2006
    
    
  
Author: rousseau
Date: 2006-01-25 15:12:01 +0000 (Wed, 25 Jan 2006)
New Revision: 269
Modified:
   trunk/MCardPlugin/installBundle
Log:
DSO suffix is dylib for Mac OS X
Modified: trunk/MCardPlugin/installBundle
===================================================================
--- trunk/MCardPlugin/installBundle	2006-01-25 15:10:44 UTC (rev 268)
+++ trunk/MCardPlugin/installBundle	2006-01-25 15:12:01 UTC (rev 269)
@@ -26,6 +26,7 @@
 	Linux) 		vFlag=1
 			hostType="Linux";;
 	Darwin) 	vFlag=1
+			dso_suffix="dylib"
 			hostType="MacOS";;
 	BSD) 		vFlag=1
 			hostType="BSD";;
    
    
More information about the Pcsclite-cvs-commit
mailing list