git-svn-id: svn://kolibrios.org@8368 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
maxcodehack 2020-12-11 17:17:10 +00:00
parent 14e3d78c64
commit 20ecdca01e

View File

@ -3,7 +3,7 @@ HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../programs" or tup.ge
tup.include(HELPERDIR .. "/use_gcc.lua")
tup.include(HELPERDIR .. "/use_newlib.lua")
CFLAGS = CFLAGS .. " -UWIN32 -U_WIN32 -U__WIN32__ -DLUA_COMPAT_ALL -DLUA_ANSI"
LDFLAGS = LDFLAGS .. " --disable-runtime-pseudo-reloc"
LDFLAGS = LDFLAGS .. " --disable-runtime-pseudo-reloc --subsystem native"
compile_gcc{
"lapi.c",
"lauxlib.c",