Fix just recipe args for building binaries for Apple, Android and other platforms (#344)

* Fix just recipes args for building binaries

* Ignore errors and create parent dir's as needed when using mkdir command
This commit is contained in:
Erdem Yerebasmaz
2024-06-28 14:57:21 +03:00
committed by GitHub
parent 2680f1494d
commit 360e88e251
3 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# Setup
BUILD_DIR=platform-build
mkdir $BUILD_DIR
mkdir -p $BUILD_DIR
cd $BUILD_DIR
# Create the jniLibs build directory