From fd49ab63a76d5c959c352c205e91790a064d060d Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Mon, 23 Sep 2024 19:48:38 -0500 Subject: Add more macros --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-.\\..") mkdir "$luaver" tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1 cd "$luaver" -make mingw "CFLAGS= -D_WIN32 -Wall -Wextra -std=c99 -pedantic $CFLAGS" +make mingw "CFLAGS= -DLUA_USE_POPEN -D_WIN32 -DLUA_WIN -Wall -Wextra -std=c99 -pedantic $CFLAGS" cd "/root/" cp $luaver/src/*.exe . cp $luaver/src/*.dll . -- cgit v1.2.3-55-g6feb