Revision: 39693
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39693
Author:   jensverwiebe
Date:     2011-08-25 15:18:54 +0000 (Thu, 25 Aug 2011)
Log Message:
-----------
ups, syntax error, missing :

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct    2011-08-25 15:12:57 UTC (rev 39692)
+++ trunk/blender/SConstruct    2011-08-25 15:18:54 UTC (rev 39693)
@@ -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
+    if env['WITH_BF_3DMOUSE'] == 1:
         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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to