lua 64 bit bundled build fix refs #157

This commit is contained in:
IR4T4 2014-06-22 13:00:36 +02:00
parent 59f530a2c2
commit f31908ecae

View file

@ -111,7 +111,7 @@ mingw:
$(MAKE) "LUAC_T=luac.exe" luac.exe
posix:
$(MAKE) all MYCFLAGS=-DLUA_USE_POSIX
$(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -fPIC"
posix32bit:
$(MAKE) all MYCFLAGS="-m32 -DLUA_USE_POSIX" MYLDFLAGS="-m32"