We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e71bfc + ded052f commit b4d568dCopy full SHA for b4d568d
utils/webassembly/build-toolchain.sh
@@ -135,8 +135,8 @@ create_darwin_info_plist() {
135
DARWIN_TOOLCHAIN_DISPLAY_NAME="${DARWIN_TOOLCHAIN_DISPLAY_NAME_SHORT} ${YEAR}-${MONTH}-${DAY}"
136
DARWIN_TOOLCHAIN_ALIAS="swiftwasm"
137
138
- DARWIN_TOOLCHAIN_INFO_PLIST="${DIST_TOOLCHAIN_SDK}/usr/Info.plist"
139
- DARWIN_TOOLCHAIN_REPORT_URL="https://bugs.swift.org/"
+ DARWIN_TOOLCHAIN_INFO_PLIST="${DIST_TOOLCHAIN_SDK}/Info.plist"
+ DARWIN_TOOLCHAIN_REPORT_URL="https://github.com/swiftwasm/swift/issues"
140
COMPATIBILITY_VERSION=2
141
COMPATIBILITY_VERSION_DISPLAY_STRING="Xcode 8.0"
142
DARWIN_TOOLCHAIN_CREATED_DATE="$(date -u +'%a %b %d %T GMT %Y')"
0 commit comments