We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90cc08 commit 082e558Copy full SHA for 082e558
wamr-compiler/build_llvm.sh
@@ -14,6 +14,6 @@ cleanup() {
14
trap cleanup EXIT INT TERM
15
16
/usr/bin/env python3 -m venv --clear "$TEMP_DIR"
17
-source "$TEMP_DIR/bin/activate"
+. "$TEMP_DIR/bin/activate"
18
/usr/bin/env python3 -m pip install -r ../build-scripts/requirements.txt
19
/usr/bin/env python3 ../build-scripts/build_llvm.py "$@"
0 commit comments