Skip to content

Commit 2fe47fd

Browse files
[WASM] Fix Info.plist location and bug report url
1 parent 2f9184d commit 2fe47fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ create_darwin_info_plist() {
129129
DARWIN_TOOLCHAIN_DISPLAY_NAME="${DARWIN_TOOLCHAIN_DISPLAY_NAME_SHORT} ${YEAR}-${MONTH}-${DAY}"
130130
DARWIN_TOOLCHAIN_ALIAS="swiftwasm"
131131

132-
DARWIN_TOOLCHAIN_INFO_PLIST="${DIST_TOOLCHAIN_SDK}/usr/Info.plist"
133-
DARWIN_TOOLCHAIN_REPORT_URL="https://bugs.swift.org/"
132+
DARWIN_TOOLCHAIN_INFO_PLIST="${DIST_TOOLCHAIN_SDK}/Info.plist"
133+
DARWIN_TOOLCHAIN_REPORT_URL="https://github.com/swiftwasm/swift/issues"
134134
COMPATIBILITY_VERSION=2
135135
COMPATIBILITY_VERSION_DISPLAY_STRING="Xcode 8.0"
136136
DARWIN_TOOLCHAIN_CREATED_DATE="$(date -u +'%a %b %d %T GMT %Y')"

0 commit comments

Comments
 (0)