Sprinkle magic sauce preventing EXC_BAD_ACCESS

This commit is contained in:
Victor Roemer 2016-08-20 19:57:34 -04:00
parent a577a23685
commit 577058e00c

View File

@ -110,6 +110,7 @@ elif 'darwin' in sys.platform:
# luajit
lua_incl = 'luajit-2.0'
lua_lib = 'luajit'
ldflags.extend(['-pagezero_size 10000', '-image_base 100000000'])
else:
raise Exception('Unknown lua_version={}' % lua_version)