File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ case $(uname -s) in
1010 Darwin)
1111 OS_SUFFIX=macos_x86_64
1212 HOST_PRESET=webassembly-host-install
13- TARGET_PRESET=webassembly-macos-target-install
1413 HOST_SUFFIX=macosx-x86_64
1514 ;;
1615 Linux)
@@ -23,7 +22,6 @@ case $(uname -s) in
2322 exit 1
2423 fi
2524 HOST_PRESET=webassembly-linux-host-install
26- TARGET_PRESET=webassembly-linux-target-install
2725 HOST_SUFFIX=linux-x86_64
2826 ;;
2927 * )
3533YEAR=$( date +" %Y" )
3634MONTH=$( date +" %m" )
3735DAY=$( date +" %d" )
38- TOOLCHAIN_VERSION=" ${YEAR}${MONTH}${DAY} "
3936TOOLCHAIN_NAME=" swift-wasm-DEVELOPMENT-SNAPSHOT-${YEAR} -${MONTH} -${DAY} -a"
4037
4138PACKAGE_ARTIFACT=" $SOURCE_PATH /swift-wasm-DEVELOPMENT-SNAPSHOT-${OS_SUFFIX} .tar.gz"
4239
43- BUNDLE_IDENTIFIER=" swiftwasm.${YEAR}${MONTH}${DAY} "
44- DISPLAY_NAME_SHORT=" Swift for WebAssembly Development Snapshot"
45- DISPLAY_NAME=" ${DISPLAY_NAME_SHORT} ${YEAR} -${MONTH} -${DAY} "
46-
4740HOST_TOOLCHAIN_DESTDIR=$SOURCE_PATH /host-toolchain-sdk
4841DIST_TOOLCHAIN_DESTDIR=$SOURCE_PATH /dist-toolchain-sdk
4942DIST_TOOLCHAIN_SDK=$DIST_TOOLCHAIN_DESTDIR /$TOOLCHAIN_NAME
You can’t perform that action at this time.
0 commit comments