kopia lustrzana https://github.com/jameshball/osci-render
revert relative directory for now
rodzic
7ba7f07755
commit
23e8f5d2fa
|
@ -3,7 +3,7 @@
|
||||||
# Run this if you're on Linux or macOS and you haven't already built LuaJIT.
|
# 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.
|
# 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
|
if [[ "$OSTYPE" == *"darwin"* ]]; then
|
||||||
echo "Building LuaJIT universal binary (x86_64 + arm64)..."
|
echo "Building LuaJIT universal binary (x86_64 + arm64)..."
|
||||||
|
|
Ładowanie…
Reference in New Issue