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:
authorThomas Dinges <blender@dingto.org>2011-08-08 02:48:04 +0400
committerThomas Dinges <blender@dingto.org>2011-08-08 02:48:04 +0400
commitfad243a4bfd0414b0f8656c570c23ba72012cd40 (patch)
treecf0a6e0b91799b0cb93a3d86d1ab32ede3631ed9 /build_files/scons/config
parent28ae6d85fee9ec32c7a16b9fa004ba6fef3d84f8 (diff)
Mac Compile fix for ndof, by jensverwiebe. Thanks!
Diffstat (limited to 'build_files/scons/config')
-rw-r--r--build_files/scons/config/darwin-config.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/build_files/scons/config/darwin-config.py b/build_files/scons/config/darwin-config.py
index 0c851e43825..29695896921 100644
--- a/build_files/scons/config/darwin-config.py
+++ b/build_files/scons/config/darwin-config.py
@@ -1,7 +1,9 @@
#
# Note : if you want to alter this file
-# setup a user-config.py in main directory
-# and set the wanted values there
+# copy it as a whole in the upper folder
+# as user-config.py
+# dont create a new file with only some
+# vars changed.
import commands
@@ -313,7 +315,7 @@ if WITH_BF_QUICKTIME:
else:
PLATFORM_LINKFLAGS = PLATFORM_LINKFLAGS+['-framework','QuickTime']
-if WITH_BF_3DMOUSE:
+if FOUND_NDOF_DRIVERS:
PLATFORM_LINKFLAGS = PLATFORM_LINKFLAGS + ['-weak_framework','3DconnexionClient']
#note to build succesfully on 10.3.9 SDK you need to patch 10.3.9 by adding the SystemStubs.a lib from 10.4