Skip to content

Commit 28cf5ec

Browse files
committed
Appveyor Fixes (macOS arm64 binaries)
1 parent 3b825f2 commit 28cf5ec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.appveyor.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,6 @@ for:
220220
- export HOMEBREW_NO_INSTALL_UPGRADE=1
221221
- brew install gnu-tar
222222
- brew install tcl-tk@9
223-
- cd ${TKDND_HOME}
224-
# - export OLD_HOME=${HOME}
225-
# - export HOME=${TKDND_HOME}
226-
# - bash macosx/wrongbrew.sh install tcl-tk@9
227-
# - export HOME=${OLD_HOME}
228-
- brew fetch --force --bottle-tag=arm64_${PLATFORM_OS} tcl-tk@9
229-
- brew install $(brew --cache --bottle-tag=arm64_${PLATFORM_OS} tcl-tk@9)
230223
- export TCL_VERSION=`echo 'puts [info tclversion]' | tclsh`
231224
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM}-${PLATFORM_OS_VERSION}"
232225
- export BUILD_FILENAME_TAG_ARM="-macOS-tcl${TCL_VERSION}-arm64-${PLATFORM}-${PLATFORM_OS_VERSION}"
@@ -250,6 +243,13 @@ for:
250243

251244
## Cross-compile for ARM...
252245
- cd ${TKDND_HOME}
246+
# - export OLD_HOME=${HOME}
247+
# - export HOME=${TKDND_HOME}
248+
# - bash macosx/wrongbrew.sh install tcl-tk@9
249+
# - export HOME=${OLD_HOME}
250+
## Re-install ARM Tcl/Tk...
251+
- brew fetch --force --bottle-tag=arm64_${PLATFORM_OS} tcl-tk@9
252+
- brew reinstall $(brew --cache --bottle-tag=arm64_${PLATFORM_OS} tcl-tk@9)
253253
# - CC="clang -march=arm" CFLAGS= CXX="clang++ -march=arm" CXXFLAGS= lhelper create lite-xl-arm -n
254254
- export CC="clang -arch arm64"
255255
- export CFLAGS=

0 commit comments

Comments
 (0)