use relative directory for MacOS

pull/317/head
DJLevel3 2025-08-18 12:33:35 -06:00
rodzic 385ce5d5a3
commit 51d3d01a97
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)..."