From b1e93d699431de4dd566e7d9966245525c5f24bb Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Sun, 15 Sep 2024 17:06:34 -0500 Subject: Copy from the right place --- init | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'init') diff --git a/init b/init index 7b43f68..7387780 100755 --- a/init +++ b/init @@ -5,13 +5,13 @@ cp buildvm luajit/src/host echo "lua4win" > luajit_relver.txt cd "luajit" make "CCOPT= -Wall -Wextra -fomit-frame-pointer $CFLAGS" BUILDMODE=dynamic TARGET_SYS=Windows MINILUA_X=host/minilua BUILDVM_X=host/buildvm -cp *.exe /root -cp *.dll /root -cp *.a /root +cp src/*.exe /root +cp src/*.dll /root +cp src/*.a /root make clean -cp /root/minilua host -cp /root/buildvm host +cp /root/minilua src/host +cp /root/buildvm src/host make "CCOPT= -Wall -Wextra -fomit-frame-pointer $CFLAGS" BUILDMODE=static TARGET_SYS=Windows MINILUA_X=host/minilua BUILDVM_X=host/buildvm -cp *.a /root +cp src/*.a /root -- cgit v1.2.3-55-g6feb