diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-13 11:12:15 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-13 11:12:15 -0500 |
commit | 6b063482b5fa218c07cb64499e9840cfd94a259f (patch) | |
tree | 4354aa9feb4d7801d6ffaba1994a79cd26e94234 | |
parent | 0b77bdc075d9faaffee6edf60bf51be26dfccc2d (diff) | |
download | luajit-packaging-6b063482b5fa218c07cb64499e9840cfd94a259f.tar.gz luajit-packaging-6b063482b5fa218c07cb64499e9840cfd94a259f.tar.bz2 luajit-packaging-6b063482b5fa218c07cb64499e9840cfd94a259f.zip |
Copy binaries into the right place
-rwxr-xr-x | init | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | 2 | ||
3 | cp minilua luajit/src/host | ||
4 | cp buildvm luajit/src/host | ||
3 | echo "lua4win" > luajit_relver.txt | 5 | echo "lua4win" > luajit_relver.txt |
4 | cd "luajit" | 6 | cd "luajit" |
5 | make "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" BUILDMODE=mixed | 7 | make "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" BUILDMODE=mixed |