Mac luajit crash fix
Doesn't affect official because I added these flags properly before making SConscript do it
This commit is contained in:
parent
940fa80047
commit
a97dad4db5
@ -418,7 +418,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
|
||||
|
Loading…
Reference in New Issue
Block a user