소스 검색

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
Mike 3 년 전
부모
커밋
7a264dba6a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 build instructions."
+ echo "[ERROR] The FLOWY_DEV_ENV environment variable must be set. Please see the GitHub wiki for instructions."
  exit 1
  ;;
 esac