eris: fix the build file to use the right target
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user