From 24baf7795574ca40be2c2be8da8cd483551a546a Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 16 Nov 2010 14:06:59 +0100 Subject: Cleanup architecture, ABI and OS definitions. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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)) LUAJIT_SO= $(TARGET_DLLNAME) LUAJIT_T= luajit.exe ifneq ($(HOST_SYS),$(TARGET_SYS)) - HOST_XCFLAGS+= -malign-double + HOST_XCFLAGS+= -malign-double -DLUAJIT_OS=LUAJIT_OS_WINDOWS endif # Mixed mode is not supported on Windows. And static mode doesn't work well. # C modules cannot be loaded, because they bind to lua51.dll. -- cgit v1.2.3-55-g6feb