commit | 575a0f1051b5e65527e416fe161e21ce5064e1d9 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Thu Dec 19 20:08:45 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Thu Dec 19 20:08:45 2024 +0800 |
tree | beb0b7444b05e578a6697b95e09833d28984c07d | |
parent | 472cfaf521ea6c94e4f166f90be01f7b90838e24 [diff] [blame] |
Change config file. Change-Id: I86479d14fe794f1bdd61fcfe7fcca1fcdc680383
diff --git a/build.sh b/build.sh index b8e75d6..a8fbe05 100755 --- a/build.sh +++ b/build.sh
@@ -1,5 +1,10 @@ #!/bin/bash +if [ ! -f config ];then + echo "Exec init.sh in the first." + exit 1 +fi + # static / shared export BUILD_LIB_TYPE=shared