Revision: 39691
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39691
Author: jensverwiebe
Date: 2011-08-25 14:49:47 +0000 (Thu, 25 Aug 2011)
Log Message:
-----------
OSX: fix condition for NDOF linking
Modified Paths:
--------------
trunk/blender/SConstruct
Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct 2011-08-25 12:50:52 UTC (rev 39690)
+++ trunk/blender/SConstruct 2011-08-25 14:49:47 UTC (rev 39691)
@@ -272,7 +272,7 @@
# for now, Mac builders must download and install the 3DxWare 10 Beta 4
driver framework from 3Dconnexion
# necessary header file lives here when installed:
#
/Library/Frameworks/3DconnexionClient.framework/Versions/Current/Headers/ConnexionClientAPI.h
- if env['WITH_BF_3DMOUSE'] == 1 and not
os.path.exists('/Library/Frameworks/3DconnexionClient.framework'):
+ if not os.path.exists('/Library/Frameworks/3DconnexionClient.framework'):
print "3D_CONNEXION_CLIENT_LIBRARY not found, disabling
WITH_BF_3DMOUSE" # avoid build errors !
env['WITH_BF_3DMOUSE'] = 0
else:
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs