Skip to content

Commit

Permalink
Appveyor Fixes (macOS arm64 binaries)
Browse files Browse the repository at this point in the history
  • Loading branch information
petasis committed Jan 4, 2025
1 parent f3284cb commit 01320cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ for:
- cd ${TKDND_HOME}
- export OLD_HOME=${HOME}
- export HOME=${TKDND_HOME}
- bash macosx/wrongbrew.sh install --skip-recommended tcl-tk@9
- bash macosx/wrongbrew.sh install tcl-tk@9
- export HOME=${OLD_HOME}
- export TCL_VERSION=`echo 'puts [info tclversion]' | tclsh`
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM}-${PLATFORM_OS_VERSION}"
Expand Down

0 comments on commit 01320cf

Please sign in to comment.