From 20ecdca01edc4112d11bf9e592e4bbf03227db8d Mon Sep 17 00:00:00 2001 From: maxcodehack Date: Fri, 11 Dec 2020 17:17:10 +0000 Subject: [PATCH] Fix LUA git-svn-id: svn://kolibrios.org@8368 a494cfbc-eb01-0410-851d-a64ba20cac60 --- contrib/other/lua-5.2.0/Tupfile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/other/lua-5.2.0/Tupfile.lua b/contrib/other/lua-5.2.0/Tupfile.lua index 93d3104ade..1101431898 100644 --- a/contrib/other/lua-5.2.0/Tupfile.lua +++ b/contrib/other/lua-5.2.0/Tupfile.lua @@ -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",