diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 18:48:03 -0500 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-25 18:48:03 -0500 |
| commit | 18e4115be8098117635af18fd7260ab5c7fd2281 (patch) | |
| tree | 14f9b822dee92a1e8e7d50e0b850e2345e869da0 /init | |
| parent | f03bcc09389ab56f76feae5e71f80f4c74bcd81b (diff) | |
| download | luarocks-packaging-18e4115be8098117635af18fd7260ab5c7fd2281.tar.gz luarocks-packaging-18e4115be8098117635af18fd7260ab5c7fd2281.tar.bz2 luarocks-packaging-18e4115be8098117635af18fd7260ab5c7fd2281.zip | |
Actually copy the C file
Diffstat (limited to 'init')
| -rwxr-xr-x | init | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -16,4 +16,5 @@ if [ -e "/root/luarocks-packaging/luarocks.exe.c.$LUA_VER.patch" ]; then | |||
| 16 | patch -i "/root/luarocks-packaging/luarocks.exe.c.$LUA_VER.patch" build-binary/luarocks.exe.c | 16 | patch -i "/root/luarocks-packaging/luarocks.exe.c.$LUA_VER.patch" build-binary/luarocks.exe.c |
| 17 | fi | 17 | fi |
| 18 | gcc -o build-binary/luarocks.exe $CFLAGS build-binary/luarocks.exe.c -I/root/lua/src /root/libbz2.a /root/libssl.a /root/libz.a /root/liblua.a -mconsole -mwindows -lm | 18 | gcc -o build-binary/luarocks.exe $CFLAGS build-binary/luarocks.exe.c -I/root/lua/src /root/libbz2.a /root/libssl.a /root/libz.a /root/liblua.a -mconsole -mwindows -lm |
| 19 | cp build-binary/luarocks.exe.c /root | ||
| 19 | cp build-binary/luarocks.exe /root | 20 | cp build-binary/luarocks.exe /root |
