From 18e4115be8098117635af18fd7260ab5c7fd2281 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 25 Sep 2024 18:48:03 -0500 Subject: Actually copy the C file --- init | 1 + 1 file changed, 1 insertion(+) diff --git a/init b/init index 51972fc..5943696 100755 --- a/init +++ b/init @@ -16,4 +16,5 @@ if [ -e "/root/luarocks-packaging/luarocks.exe.c.$LUA_VER.patch" ]; then patch -i "/root/luarocks-packaging/luarocks.exe.c.$LUA_VER.patch" build-binary/luarocks.exe.c fi 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 +cp build-binary/luarocks.exe.c /root cp build-binary/luarocks.exe /root -- cgit v1.2.3-55-g6feb