Skip to content

Commit 6efca37

Browse files
committed
Appveyor Fixes (macOS arm64 binaries)
1 parent 94eb1c5 commit 6efca37

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
@@ -10,8 +10,8 @@ environment:
1010
TCL_VERSION: 8.6
1111

1212
image:
13-
# - Ubuntu
14-
# - Visual Studio 2022
13+
- Ubuntu
14+
- Visual Studio 2022
1515
- macos-sonoma
1616
# - macOS
1717

@@ -250,7 +250,6 @@ for:
250250
## Re-install ARM Tcl/Tk...
251251
- brew fetch --force --bottle-tag=arm64_${PLATFORM_OS} tcl-tk@9
252252
- brew reinstall $(brew --cache --bottle-tag=arm64_${PLATFORM_OS} tcl-tk@9)
253-
# - CC="clang -march=arm" CFLAGS= CXX="clang++ -march=arm" CXXFLAGS= lhelper create lite-xl-arm -n
254253
- export CC="clang -arch arm64"
255254
- export CFLAGS=
256255
- export CXX="clang++ -arch arm64"

0 commit comments

Comments
 (0)