mac luajit fix, version 92.5.336
This commit is contained in:
parent
e458d675bf
commit
631570cbd0
@ -416,6 +416,8 @@ elif platform == "Linux":
|
||||
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']
|
||||
|
||||
|
||||
#Add architecture flags and defines
|
||||
|
@ -16,11 +16,11 @@
|
||||
#endif
|
||||
|
||||
#ifndef MINOR_VERSION
|
||||
#define MINOR_VERSION 2
|
||||
#define MINOR_VERSION 5
|
||||
#endif
|
||||
|
||||
#ifndef BUILD_NUM
|
||||
#define BUILD_NUM 333
|
||||
#define BUILD_NUM 336
|
||||
#endif
|
||||
|
||||
#ifndef SNAPSHOT_ID
|
||||
|
Reference in New Issue
Block a user