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
path: root/intern
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-10-27 17:15:40 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2009-10-27 17:15:40 +0300
commitabf7bebac5df53c806048d01e49c86a5f9b169e8 (patch)
tree3489528cfd016515a8098774456560faecfa749c /intern
parent8a7a70f55c785d3a8b54d2408e4b2869ab944747 (diff)
and another bump! Gotta love indentation °_°
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index e90eb6b6ed1..9b4ce51965c 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -11,9 +11,9 @@ if window_system == 'darwin':
sources += env.Glob('intern/*.mm')
if env['WITH_GHOST_COCOA'] == True:
- env.Append(CFLAGS=['-DGHOST_COCOA'])
- env.Append(CXXFLAGS=['-DGHOST_COCOA'])
- env.Append(CPPFLAGS=['-DGHOST_COCOA'])
+ env.Append(CFLAGS=['-DGHOST_COCOA'])
+ env.Append(CXXFLAGS=['-DGHOST_COCOA'])
+ env.Append(CPPFLAGS=['-DGHOST_COCOA'])
#defs = ''
#if env['WITH_GHOST_COCOA']: