Skip to content

Commit

Permalink
mac luajit fix, version 92.5.336
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Sep 21, 2017
1 parent e458d67 commit 631570c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions SConscript
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Config.h
Expand Up @@ -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
Expand Down

0 comments on commit 631570c

Please sign in to comment.