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
10
10
Darwin)
11
11
OS_SUFFIX=macos_x86_64
12
12
HOST_PRESET=webassembly-host-install
13
- TARGET_PRESET=webassembly-macos-target-install
14
13
HOST_SUFFIX=macosx-x86_64
15
14
;;
16
15
Linux)
@@ -23,7 +22,6 @@ case $(uname -s) in
23
22
exit 1
24
23
fi
25
24
HOST_PRESET=webassembly-linux-host-install
26
- TARGET_PRESET=webassembly-linux-target-install
27
25
HOST_SUFFIX=linux-x86_64
28
26
;;
29
27
* )
35
33
YEAR=$( date +" %Y" )
36
34
MONTH=$( date +" %m" )
37
35
DAY=$( date +" %d" )
38
- TOOLCHAIN_VERSION=" ${YEAR}${MONTH}${DAY} "
39
36
TOOLCHAIN_NAME=" swift-wasm-DEVELOPMENT-SNAPSHOT-${YEAR} -${MONTH} -${DAY} -a"
40
37
41
38
PACKAGE_ARTIFACT=" $SOURCE_PATH /swift-wasm-DEVELOPMENT-SNAPSHOT-${OS_SUFFIX} .tar.gz"
42
39
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
-
47
40
HOST_TOOLCHAIN_DESTDIR=$SOURCE_PATH /host-toolchain-sdk
48
41
DIST_TOOLCHAIN_DESTDIR=$SOURCE_PATH /dist-toolchain-sdk
49
42
DIST_TOOLCHAIN_SDK=$DIST_TOOLCHAIN_DESTDIR /$TOOLCHAIN_NAME
You can’t perform that action at this time.
0 commit comments