From 6f74c52d3b24e3912aaae8f6db36e16d55bad2fc Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Sun, 28 Feb 2021 15:35:31 -0500 Subject: [PATCH] eris: fix the build file to use the right target --- luprex/eris-master/build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luprex/eris-master/build.bat b/luprex/eris-master/build.bat index c894578e..eb2c95d7 100644 --- a/luprex/eris-master/build.bat +++ b/luprex/eris-master/build.bat @@ -1,9 +1,9 @@ cd src -make "CFLAGS=-g -DLUA_USE_APICHECK -DLUA_COMPAT_ALL" clean mingw +make "CFLAGS=-g -DLUA_USE_APICHECK -DLUA_COMPAT_ALL" clean win-gcc-static cp liblua.a ../../core/lib/liblua-dbg.a -make "CFLAGS=-O2 -DLUA_COMPAT_ALL" clean mingw +make "CFLAGS=-O2 -DLUA_COMPAT_ALL" clean win-gcc-static cp liblua.a ../../core/lib/liblua-opt.a cp lua.h ../../core/inc/