Skip to content

Commit 4966e0e

Browse files
[WASM] Fix compiler-rt path in build-toolchain
1 parent 890869a commit 4966e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ build_target_toolchain() {
7575
-D CMAKE_INSTALL_PREFIX="$DIST_TOOLCHAIN_SDK/usr/lib/clang/10.0.0/" \
7676
-D COMPILER_RT_SWIFT_WASI_SDK_PATH="$WASI_SDK_PATH" \
7777
-G Ninja \
78-
-S ../llvm-project/compiler-rt
78+
-S "$SOURCE_PATH/llvm-project/compiler-rt"
7979

8080
ninja install -C "$COMPILER_RT_BUILD_DIR"
8181

0 commit comments

Comments
 (0)