From 51d3d01a97ba44eb2691138cea8843b57ef68097 Mon Sep 17 00:00:00 2001 From: DJLevel3 Date: Mon, 18 Aug 2025 12:33:35 -0600 Subject: [PATCH] use relative directory for MacOS --- luajit_linux_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luajit_linux_macos.sh b/luajit_linux_macos.sh index ecf9a11..e879d56 100755 --- a/luajit_linux_macos.sh +++ b/luajit_linux_macos.sh @@ -3,7 +3,7 @@ # Run this if you're on Linux or macOS and you haven't already built LuaJIT. # If you don't, osci-render won't compile. -cd "$ROOT/modules/LuaJIT/src" || exit 1 +cd "../../../modules/LuaJIT/src" || exit 1 if [[ "$OSTYPE" == *"darwin"* ]]; then echo "Building LuaJIT universal binary (x86_64 + arm64)..."