mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-19 15:04:24 +01:00
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:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Setup
|
||||
BUILD_DIR=platform-build
|
||||
mkdir $BUILD_DIR
|
||||
mkdir -p $BUILD_DIR
|
||||
cd $BUILD_DIR
|
||||
|
||||
# Create the jniLibs build directory
|
||||
|
||||
Reference in New Issue
Block a user