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 bc2353e commit fd21a2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ environment:
TCL_VERSION: 8.6

image:
- Ubuntu
- Visual Studio 2022
# - Ubuntu
# - Visual Studio 2022
- macos-sonoma
# - macOS

Expand Down Expand Up @@ -239,9 +239,9 @@ for:
## Cross-compile for ARM...
- cd ${TKDND_HOME}
# - CC="clang -march=arm" CFLAGS= CXX="clang++ -march=arm" CXXFLAGS= lhelper create lite-xl-arm -n
- export CC="clang -march=arm"
- export CC="clang -arch arm64"
- export CFLAGS=
- export CXX="clang++ -march=arm"
- export CXX="clang++ -arch arm64"
- export CXXFLAGS=
- ./configure --prefix=${TKDND_RUNTIME} --exec-prefix=${TKDND_RUNTIME} ${CONFIGURE_ARGS} && make && make test
- make install
Expand Down

0 comments on commit fd21a2f

Please sign in to comment.