Pārlūkot izejas kodu

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
Mike 3 gadi atpakaļ
vecāks
revīzija
fc74b2b962
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      frontend/scripts/build_sdk.sh

+ 1 - 1
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