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 4, 2025
1 parent 2c41501 commit 6424b51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ for:

install:
- brew install gnu-tar
- brew install tcl-tk
- brew install tcl-tk@9
- arch -arm64 brew install tcl-tk@9
- export TCL_VERSION=`echo 'puts [info tclversion]' | tclsh`
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM}-${PLATFORM_OS_VERSION}"
- export BUILD_FILENAME_TAG_ARM="-macOS-tcl${TCL_VERSION}-arm64-${PLATFORM}-${PLATFORM_OS_VERSION}"
Expand Down

0 comments on commit 6424b51

Please sign in to comment.