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>2012-12-12 23:54:14 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-12-12 23:54:14 +0400
commit8af6721eb5c94f29c3d4d21c0b1431dda3b1cf84 (patch)
tree6224dac6aa59d8faac66fab0f091cfa01271d3c7 /intern/ghost/SConscript
parentfc65922124a17a01c90615eb1723c64058f372a8 (diff)
OSX: make cmake and scons both compile jack and ndof with newer sdk's
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index 44882a64286..96d9cfb98f8 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -93,7 +93,7 @@ else:
if env['WITH_BF_3DMOUSE']:
defs.append('WITH_INPUT_NDOF')
- if env['OURPLATFORM']=='linux':
+ if env['OURPLATFORM'] in ('linux','darwin'):
incs += ' ' + env['BF_3DMOUSE_INC']
else:
sources.remove('intern' + os.sep + 'GHOST_NDOFManager.cpp')