Fix duplicated LUA_BUILD_AS_DLL flag under MinGW

This commit is contained in:
mpeterv 2016-02-27 18:27:36 +03:00
parent 68e4d8ccee
commit 95945c6c23

View File

@ -527,9 +527,6 @@ class RioLua(Lua):
static_cflags = cflags
if opts.target == "mingw":
cflags = cflags + " -DLUA_BUILD_AS_DLL"
luac_objs = ["luac.o", "print.o"]
for src in sorted(os.listdir(".")):