فهرست منبع

Fixed a bug in simple project building when passing "-p profile" as argument to build.sh; add two more 3rd party folders into git.ignore to avoid merge failure (#209)

* add 3rd party folders which are downloaded during building into git ignore configuration file.

Change-Id: I5a5d913b701bcf6889d89706df65a22c366e24af

Co-authored-by: luc <luc@luc-ubuntu19.bj.intel.com>
Shi Lei 5 سال پیش
والد
کامیت
b21ea2f10b
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 2 0
      .gitignore
  2. 1 1
      samples/simple/build.sh

+ 2 - 0
.gitignore

@@ -2,3 +2,5 @@
 **/*build/
 core/deps/lv_drivers
 core/deps/llvm
+core/deps/lvgl
+core/shared/mem-alloc/tlsf

+ 1 - 1
samples/simple/build.sh

@@ -100,7 +100,7 @@ PROFILE="simple-$PROFILE"
 
 echo "#####################build wamr sdk"
 cd ${WAMR_DIR}/wamr-sdk
-./build_sdk.sh -n $PROFILE -x $SDK_CONFIG_FILE $ARG_TOOLCHAIN $*
+./build_sdk.sh -n $PROFILE -x $SDK_CONFIG_FILE $ARG_TOOLCHAIN
 [ $? -eq 0 ] || exit $?