Skip to content

Commit 023701c

Browse files
ci: fix xctest installation path
1 parent f1e7164 commit 023701c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/webassembly/build-xctest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cmake -G Ninja \
2121
"${SOURCE_PATH}/swift-corelibs-xctest"
2222

2323
ninja -v
24-
DESTDIR="$DESTINATION_TOOLCHAIN/usr" ninja -v install
24+
DESTDIR="$DESTINATION_TOOLCHAIN/usr/lib" ninja -v install

0 commit comments

Comments
 (0)