mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 13:17:31 +00:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									bef67ad7d4
								
							
						
					
					
						commit
						b21ea2f10b
					
				
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							|  | @ -2,3 +2,5 @@ | |||
| **/*build/ | ||||
| core/deps/lv_drivers | ||||
| core/deps/llvm | ||||
| core/deps/lvgl | ||||
| core/shared/mem-alloc/tlsf | ||||
|  | @ -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 $? | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Shi Lei
						Shi Lei