Browse Source

Rebase dynamic library on OSX/x64.

Mike Pall 15 years ago
parent
commit
6769397d38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Makefile

+ 1 - 0
src/Makefile

@@ -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