Skip to content

Commit

Permalink
Fix SConscript syntax (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored and jacob1 committed Sep 21, 2017
1 parent 631570c commit fffe1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -417,7 +417,7 @@ elif platform == "Darwin":
env.Append(CPPDEFINES=['MACOSX'])
#env.Append(LINKFLAGS=['-headerpad_max_install_names']) #needed in some cross compiles
if GetOption('luajit'):
env.Append(LINKFLAGS=['-pagezero_size=10000, '-image_base=100000000']
env.Append(LINKFLAGS=['-pagezero_size=10000', '-image_base=100000000'])


#Add architecture flags and defines
Expand Down

0 comments on commit fffe1b0

Please sign in to comment.