quic / gunyah-support-scripts

Other
6 stars 4 forks source link

scripts: Fix the llvm-project not found problem #11

Open dungru opened 4 months ago

dungru commented 4 months ago

When llvm-project download failed, it will not create the folder. However, the src/llvm-tools folder already create. It will cause the condition block when try to the second build.

Check the llvm-project to make sure the LLVM is already download.