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.
2 parents 0181ea5 + c2befdd commit 9777c3fCopy full SHA for 9777c3f
utils/build-script-impl
@@ -3591,6 +3591,8 @@ for host in "${ALL_HOSTS[@]}"; do
3591
# We don't have a toolchain so we should install to the specified dir
3592
DYLIB_DIR="${INSTALL_DESTDIR}"
3593
MODULE_DIR="${INSTALL_DESTDIR}"
3594
+ # Create the install dir if it doesn't exist
3595
+ call mkdir -p "${INSTALL_DESTDIR}"
3596
# Install libParser is necessary
3597
rsync -a "$(build_directory ${host} swift)/lib/lib_InternalSwiftSyntaxParser.dylib" "${INSTALL_DESTDIR}"
3598
# Install module map of libParser so client can import SwiftSyntax
0 commit comments