This commit is contained in:
jackeri 2014-10-08 10:31:11 +03:00
commit 050376992c

View file

@ -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"