mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-06 09:51:27 +00:00
wamr-compiler/build_llvm.sh: use dot instead of source (#4541)
note that dot is in posix and more portable than source.
This commit is contained in:
parent
f90cc086ad
commit
082e558d66
|
@ -14,6 +14,6 @@ cleanup() {
|
|||
trap cleanup EXIT INT TERM
|
||||
|
||||
/usr/bin/env python3 -m venv --clear "$TEMP_DIR"
|
||||
source "$TEMP_DIR/bin/activate"
|
||||
. "$TEMP_DIR/bin/activate"
|
||||
/usr/bin/env python3 -m pip install -r ../build-scripts/requirements.txt
|
||||
/usr/bin/env python3 ../build-scripts/build_llvm.py "$@"
|
||||
|
|
Loading…
Reference in New Issue
Block a user