summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-08-05 17:30:38 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-08-05 17:30:38 -0500
commit7d9a9b93ef00ca73596ab6859a8b4984f704d1e5 (patch)
tree045c7e4f5d3f7c3f60a7d9cfb461313f02cd0cce
parent50ffdc477f82b5343901fa504dec94382a5c8dc9 (diff)
downloadlua-packaging-7d9a9b93ef00ca73596ab6859a8b4984f704d1e5.tar.gz
lua-packaging-7d9a9b93ef00ca73596ab6859a8b4984f704d1e5.tar.bz2
lua-packaging-7d9a9b93ef00ca73596ab6859a8b4984f704d1e5.zip
Actually copy the stuff we need
-rwxr-xr-xinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/init b/init
index d403044..60b8f44 100755
--- a/init
+++ b/init
@@ -8,3 +8,4 @@ make mingw "CFLAGS= -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 .
11cp $luaver/src/*.a .