diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 17:30:38 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-08-05 17:30:38 -0500 |
commit | 7d9a9b93ef00ca73596ab6859a8b4984f704d1e5 (patch) | |
tree | 045c7e4f5d3f7c3f60a7d9cfb461313f02cd0cce | |
parent | 50ffdc477f82b5343901fa504dec94382a5c8dc9 (diff) | |
download | lua-packaging-7d9a9b93ef00ca73596ab6859a8b4984f704d1e5.tar.gz lua-packaging-7d9a9b93ef00ca73596ab6859a8b4984f704d1e5.tar.bz2 lua-packaging-7d9a9b93ef00ca73596ab6859a8b4984f704d1e5.zip |
Actually copy the stuff we need
-rwxr-xr-x | init | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,3 +8,4 @@ make mingw "CFLAGS= -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 . |
11 | cp $luaver/src/*.a . | ||