diff --git a/hererocks.py b/hererocks.py index 69b851d..e591044 100755 --- a/hererocks.py +++ b/hererocks.py @@ -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(".")):