mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-17 20:11:12 +00:00
Merge branch 'master' of https://github.com/etlegacy/etlegacy-libs
This commit is contained in:
commit
050376992c
1 changed files with 2 additions and 2 deletions
|
@ -111,10 +111,10 @@ mingw:
|
|||
$(MAKE) "LUAC_T=luac.exe" luac.exe
|
||||
|
||||
posix:
|
||||
$(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -fPIC"
|
||||
$(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -fPIC -DLUA_USE_DLOPEN" MYLIBS="-ldl"
|
||||
|
||||
posix32bit:
|
||||
$(MAKE) all MYCFLAGS="-m32 -DLUA_USE_POSIX" MYLDFLAGS="-m32"
|
||||
$(MAKE) all MYCFLAGS="-m32 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLDFLAGS="-m32" MYLIBS="-ldl"
|
||||
|
||||
solaris:
|
||||
$(MAKE) all MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" MYLIBS="-ldl"
|
||||
|
|
Loading…
Reference in a new issue