File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ sed -i -e "s@\".*/include@\"../../../../share/wasi-sysroot/include@g" $SOURCE_PA
80
80
if [[ " $( uname) " == " Linux" ]]; then
81
81
# Avoid copying usr/lib/swift/clang because our toolchain's one is a directory
82
82
# but nightly's one is symbolic link. A simple copy fails to merge them.
83
- rsync -v -a $SOURCE_PATH /install/$TOOLCHAIN_NAME /usr/lib $HOST_TOOLCHAIN_SDK /usr/lib --exclude ' swift/clang'
83
+ rsync -v -a $SOURCE_PATH /install/$TOOLCHAIN_NAME /usr/lib/ $HOST_TOOLCHAIN_SDK /usr/lib/ --exclude ' swift/clang'
84
84
else
85
85
cp -v -a $SOURCE_PATH /install/$TOOLCHAIN_NAME /usr/lib/swift_static $HOST_TOOLCHAIN_SDK /usr/lib/swift_static
86
86
cp -v -a $SOURCE_PATH /install/$TOOLCHAIN_NAME /usr/lib/swift/wasi $HOST_TOOLCHAIN_SDK /usr/lib/swift
You can’t perform that action at this time.
0 commit comments