mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 20:01:06 +00:00
lua 64 bit bundled build fix refs #157
This commit is contained in:
parent
59f530a2c2
commit
f31908ecae
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue