summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 98fb607..5e66063 100755
--- a/init
+++ b/init
@@ -4,7 +4,7 @@ luaver=$(ls lua-*.tar.gz | grep -Eo "lua-.\\..")
4mkdir "$luaver" 4mkdir "$luaver"
5tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1 5tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1
6cd "$luaver" 6cd "$luaver"
7make mingw "CFLAGS= -D_WIN32 -Wall -Wextra -std=c99 -pedantic $CFLAGS" 7make mingw "CFLAGS= -DLUA_USE_POPEN -D_WIN32 -DLUA_WIN -Wall -Wextra -std=c99 -pedantic $CFLAGS"
8cd "/root/" 8cd "/root/"
9cp $luaver/src/*.exe . 9cp $luaver/src/*.exe .
10cp $luaver/src/*.dll . 10cp $luaver/src/*.dll .