diff options
author | Mike Pall <mike> | 2010-11-16 14:06:59 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-11-16 15:03:40 +0100 |
commit | 24baf7795574ca40be2c2be8da8cd483551a546a (patch) | |
tree | e3e2629947dc8c8bd2d25d7a6c9ab7db54f814a1 /src/Makefile | |
parent | 1de05d1147a6fe69b55111d605eccdedc8c6c993 (diff) | |
download | luajit-24baf7795574ca40be2c2be8da8cd483551a546a.tar.gz luajit-24baf7795574ca40be2c2be8da8cd483551a546a.tar.bz2 luajit-24baf7795574ca40be2c2be8da8cd483551a546a.zip |
Cleanup architecture, ABI and OS definitions.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index bae6691e..da9f67b2 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -336,7 +336,7 @@ ifeq (Windows,$(TARGET_SYS)) | |||
336 | LUAJIT_SO= $(TARGET_DLLNAME) | 336 | LUAJIT_SO= $(TARGET_DLLNAME) |
337 | LUAJIT_T= luajit.exe | 337 | LUAJIT_T= luajit.exe |
338 | ifneq ($(HOST_SYS),$(TARGET_SYS)) | 338 | ifneq ($(HOST_SYS),$(TARGET_SYS)) |
339 | HOST_XCFLAGS+= -malign-double | 339 | HOST_XCFLAGS+= -malign-double -DLUAJIT_OS=LUAJIT_OS_WINDOWS |
340 | endif | 340 | endif |
341 | # Mixed mode is not supported on Windows. And static mode doesn't work well. | 341 | # Mixed mode is not supported on Windows. And static mode doesn't work well. |
342 | # C modules cannot be loaded, because they bind to lua51.dll. | 342 | # C modules cannot be loaded, because they bind to lua51.dll. |