From 1c49031209655ef8cb77ecbfce0a9fed69d432af Mon Sep 17 00:00:00 2001 From: mpeterv Date: Sat, 27 Feb 2016 18:30:02 +0300 Subject: [PATCH] Fix MinGW RioLua build, again --- hererocks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hererocks.py b/hererocks.py index e591044..c086cfa 100755 --- a/hererocks.py +++ b/hererocks.py @@ -524,9 +524,6 @@ class RioLua(Lua): os.chdir("src") objs = [] - - static_cflags = cflags - luac_objs = ["luac.o", "print.o"] for src in sorted(os.listdir(".")):