We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94eb1c5 commit 6efca37Copy full SHA for 6efca37
.appveyor.yml
@@ -10,8 +10,8 @@ environment:
10
TCL_VERSION: 8.6
11
12
image:
13
-# - Ubuntu
14
-# - Visual Studio 2022
+ - Ubuntu
+ - Visual Studio 2022
15
- macos-sonoma
16
# - macOS
17
@@ -250,7 +250,6 @@ for:
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)
253
-# - CC="clang -march=arm" CFLAGS= CXX="clang++ -march=arm" CXXFLAGS= lhelper create lite-xl-arm -n
254
- export CC="clang -arch arm64"
255
- export CFLAGS=
256
- export CXX="clang++ -arch arm64"
0 commit comments