Skip to content

Commit

Permalink
Appveyor Fixes (macOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
petasis committed Jan 3, 2025
1 parent fd9213c commit 75c2d05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for:

init:
- cmd: echo "Init for Windows"
- cmd: set BUILD_FILENAME_TAG="-windows-tcl%TCL_VERSION%-%platform%"
- cmd: set BUILD_FILENAME_TAG="-windows-tcl%TCL_VERSION%-%PLATFORM%"


install:
Expand Down Expand Up @@ -138,7 +138,6 @@ for:
- echo `pwd`
- if [[ "$PLATFORM" == "x86" ]]; then export PLATFORM_CPU_ARCH="i686" ; fi
- if [[ "$PLATFORM" == "x64" ]]; then export PLATFORM_CPU_ARCH="x86_64"; fi
- export PLATFORM_CPU_ARCH=`arch`
- export CONFIGURE_ARGS=""
- export TKDND_HOME=`pwd`

Expand Down Expand Up @@ -219,7 +218,7 @@ for:
- brew install gnu-tar
- brew install tcl-tk
- export TCL_VERSION=`echo 'puts [info tclversion]' | tclsh`
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM_OS_VERSION}"
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM}-${PLATFORM_OS_VERSION}"
- cd ${TKDND_HOME}
- export TKDND_VERSION=`cat ${TKDND_HOME}/VERSION`
- echo ${TKDND_VERSION}
Expand Down

0 comments on commit 75c2d05

Please sign in to comment.