diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-23 19:48:38 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-23 19:48:38 -0500 |
commit | fd49ab63a76d5c959c352c205e91790a064d060d (patch) | |
tree | 013a4bf81818455f95b3a2e66a00785b3ded4967 | |
parent | 3625378de2175395fb76156eff84a50d372598c4 (diff) | |
download | lua-packaging-fd49ab63a76d5c959c352c205e91790a064d060d.tar.gz lua-packaging-fd49ab63a76d5c959c352c205e91790a064d060d.tar.bz2 lua-packaging-fd49ab63a76d5c959c352c205e91790a064d060d.zip |
Add more macros
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ luaver=$(ls lua-*.tar.gz | grep -Eo "lua-.\\..") | |||
4 | mkdir "$luaver" | 4 | mkdir "$luaver" |
5 | tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1 | 5 | tar -xvzf lua-*.tar.gz --directory="$luaver" --strip-components=1 |
6 | cd "$luaver" | 6 | cd "$luaver" |
7 | make mingw "CFLAGS= -D_WIN32 -Wall -Wextra -std=c99 -pedantic $CFLAGS" | 7 | make mingw "CFLAGS= -DLUA_USE_POPEN -D_WIN32 -DLUA_WIN -Wall -Wextra -std=c99 -pedantic $CFLAGS" |
8 | cd "/root/" | 8 | cd "/root/" |
9 | cp $luaver/src/*.exe . | 9 | cp $luaver/src/*.exe . |
10 | cp $luaver/src/*.dll . | 10 | cp $luaver/src/*.dll . |