From 6b063482b5fa218c07cb64499e9840cfd94a259f Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Fri, 13 Sep 2024 11:12:15 -0500 Subject: Copy binaries into the right place --- init | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init b/init index 126db12..c9495e9 100755 --- a/init +++ b/init @@ -1,5 +1,7 @@ #!/bin/sh -ex +cp minilua luajit/src/host +cp buildvm luajit/src/host echo "lua4win" > luajit_relver.txt cd "luajit" make "CFLAGS= -Wall -Wextra -std=c99 -pedantic $CFLAGS" BUILDMODE=mixed -- cgit v1.2.3-55-g6feb