From fc74b2b9625edf2dec769f6eb66e856d79891d4e Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 17 Dec 2021 22:31:01 -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 --- 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 8dfd3c079a..fba3587631 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 instructions." + echo "[ERROR] The FLOWY_DEV_ENV environment variable must be set. Please see the GitHub wiki for build instructions." exit 1 ;; esac