revert relative directory for now

pull/317/head
DJLevel3 2025-08-18 12:36:10 -06:00
rodzic 7ba7f07755
commit 23e8f5d2fa
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 "../../../modules/LuaJIT/src" || exit 1
cd "$DIR/modules/LuaJIT/src" || exit 1
if [[ "$OSTYPE" == *"darwin"* ]]; then
echo "Building LuaJIT universal binary (x86_64 + arm64)..."