From 7a264dba6a3dcb5fd1e149ff26d46a7a1318e4cc Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 17 Dec 2021 22:21:11 -0500 Subject: [PATCH] Build system will now detect OS and pass it down to build_sdk.sh. build_sdk.sh will now automatically choose the correct cargo-make command line based on the OS # Conflicts: # frontend/scripts/build_sdk.sh --- frontend/scripts/build_sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scripts/build_sdk.sh b/frontend/scripts/build_sdk.sh index fba3587631..8dfd3c079a 100755 --- a/frontend/scripts/build_sdk.sh +++ b/frontend/scripts/build_sdk.sh @@ -34,7 +34,7 @@ Windows) *) # All undefined cases - echo "[ERROR] The FLOWY_DEV_ENV environment variable must be set. Please see the GitHub wiki for build instructions." + echo "[ERROR] The FLOWY_DEV_ENV environment variable must be set. Please see the GitHub wiki for instructions." exit 1 ;; esac