Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2011-08-25 19:18:54 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-08-25 19:18:54 +0400
commitb44a82f3c4d00a84e36c81512080c0c616ac8bad (patch)
tree12ee873c07277f7912864de8d1780f85bbbfb431 /SConstruct
parentd833d156082a6b10a958b8030276339bd7708550 (diff)
ups, syntax error, missing :
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4f7e8d04810..2531872af6c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -272,7 +272,7 @@ if env['OURPLATFORM']=='darwin':
# 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