Fix MinGW RioLua build, again

This commit is contained in:
mpeterv 2016-02-27 18:30:02 +03:00
parent 95945c6c23
commit 1c49031209

View File

@ -524,9 +524,6 @@ class RioLua(Lua):
os.chdir("src") os.chdir("src")
objs = [] objs = []
static_cflags = cflags
luac_objs = ["luac.o", "print.o"] luac_objs = ["luac.o", "print.o"]
for src in sorted(os.listdir(".")): for src in sorted(os.listdir(".")):