mac luajit fix, version 92.5.336

This commit is contained in:
jacob1
2017-09-20 20:42:10 -04:00
parent e458d675bf
commit 631570cbd0
2 changed files with 4 additions and 2 deletions

View File

@@ -416,6 +416,8 @@ elif platform == "Linux":
elif platform == "Darwin": elif platform == "Darwin":
env.Append(CPPDEFINES=['MACOSX']) env.Append(CPPDEFINES=['MACOSX'])
#env.Append(LINKFLAGS=['-headerpad_max_install_names']) #needed in some cross compiles #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 #Add architecture flags and defines

View File

@@ -16,11 +16,11 @@
#endif #endif
#ifndef MINOR_VERSION #ifndef MINOR_VERSION
#define MINOR_VERSION 2 #define MINOR_VERSION 5
#endif #endif
#ifndef BUILD_NUM #ifndef BUILD_NUM
#define BUILD_NUM 333 #define BUILD_NUM 336
#endif #endif
#ifndef SNAPSHOT_ID #ifndef SNAPSHOT_ID