and another bump! Gotta love indentation °_°
This commit is contained in:
parent
8a7a70f55c
commit
abf7bebac5
@ -11,9 +11,9 @@ if window_system == 'darwin':
|
|||||||
sources += env.Glob('intern/*.mm')
|
sources += env.Glob('intern/*.mm')
|
||||||
|
|
||||||
if env['WITH_GHOST_COCOA'] == True:
|
if env['WITH_GHOST_COCOA'] == True:
|
||||||
env.Append(CFLAGS=['-DGHOST_COCOA'])
|
env.Append(CFLAGS=['-DGHOST_COCOA'])
|
||||||
env.Append(CXXFLAGS=['-DGHOST_COCOA'])
|
env.Append(CXXFLAGS=['-DGHOST_COCOA'])
|
||||||
env.Append(CPPFLAGS=['-DGHOST_COCOA'])
|
env.Append(CPPFLAGS=['-DGHOST_COCOA'])
|
||||||
|
|
||||||
#defs = ''
|
#defs = ''
|
||||||
#if env['WITH_GHOST_COCOA']:
|
#if env['WITH_GHOST_COCOA']:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user