Fix duplicated LUA_BUILD_AS_DLL flag under MinGW
This commit is contained in:
parent
68e4d8ccee
commit
95945c6c23
@ -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(".")):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user