mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Rebase dynamic library on OSX/x64.
This commit is contained in:
parent
e40b001a79
commit
6769397d38
@ -229,6 +229,7 @@ ifeq (Darwin,$(TARGET_SYS))
|
|||||||
endif
|
endif
|
||||||
ifeq (x64,$(TARGET_CCARCH))
|
ifeq (x64,$(TARGET_CCARCH))
|
||||||
TARGET_XLDFLAGS+= -pagezero_size 10000 -image_base 100000000
|
TARGET_XLDFLAGS+= -pagezero_size 10000 -image_base 100000000
|
||||||
|
TARGET_XSHLDFLAGS+= -image_base 7fff04c4a000
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
TARGET_XLDFLAGS+= -Wl,-E
|
TARGET_XLDFLAGS+= -Wl,-E
|
||||||
|
Loading…
Reference in New Issue
Block a user