mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-19 22:51:30 +02:00
mac luajit fix, version 92.5.336
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user