Skip to content

Commit b6edbf6

Browse files
Fix base toolchain path
1 parent c4e4bfc commit b6edbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build/build-toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ if need_build_cross_compiler; then
3636
CROSS_COMPILER_DESTDIR=$PACKAGING_DIR/host-toolchain
3737
else
3838
echo "Using prebuilt cross compiler..."
39-
"$TOOLS_BUILD_PATH/install-base-toolchain" --scheme "$SCHEME"
40-
CROSS_COMPILER_DESTDIR=$PACKAGING_DIR/base-toolchain
39+
"$TOOLS_BUILD_PATH/install-base-snapshot" --scheme "$SCHEME"
40+
CROSS_COMPILER_DESTDIR=$PACKAGING_DIR/base-snapshot
4141
fi
4242
"$TOOLS_BUILD_PATH/build-llvm-tools" --toolchain "$CROSS_COMPILER_DESTDIR"
4343

0 commit comments

Comments
 (0)