Skip to content

Commit 75c2d05

Browse files
committed
Appveyor Fixes (macOS)
1 parent fd9213c commit 75c2d05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.appveyor.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for:
4646

4747
init:
4848
- cmd: echo "Init for Windows"
49-
- cmd: set BUILD_FILENAME_TAG="-windows-tcl%TCL_VERSION%-%platform%"
49+
- cmd: set BUILD_FILENAME_TAG="-windows-tcl%TCL_VERSION%-%PLATFORM%"
5050

5151

5252
install:
@@ -138,7 +138,6 @@ for:
138138
- echo `pwd`
139139
- if [[ "$PLATFORM" == "x86" ]]; then export PLATFORM_CPU_ARCH="i686" ; fi
140140
- if [[ "$PLATFORM" == "x64" ]]; then export PLATFORM_CPU_ARCH="x86_64"; fi
141-
- export PLATFORM_CPU_ARCH=`arch`
142141
- export CONFIGURE_ARGS=""
143142
- export TKDND_HOME=`pwd`
144143

@@ -219,7 +218,7 @@ for:
219218
- brew install gnu-tar
220219
- brew install tcl-tk
221220
- export TCL_VERSION=`echo 'puts [info tclversion]' | tclsh`
222-
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM_OS_VERSION}"
221+
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM}-${PLATFORM_OS_VERSION}"
223222
- cd ${TKDND_HOME}
224223
- export TKDND_VERSION=`cat ${TKDND_HOME}/VERSION`
225224
- echo ${TKDND_VERSION}

0 commit comments

Comments
 (0)