summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2021-11-05 21:31:27 +0000
committerReuben Thomas <rrt@sc3d.org>2021-11-06 07:46:25 +0000
commitd646417ed89e53eb35733933642dd906004f71ca (patch)
tree36b9aaee55f6f50d8af80ffc31db9efbfca432e7
parent9bd442f2e48cd4e605bbdf2f8a2e8c3ec02418ac (diff)
downloadenchant-d646417ed89e53eb35733933642dd906004f71ca.tar.gz
AppVeyor: use GNU m4 on macOS (broke with recent XCode)
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4e53fc4..1656898 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -49,7 +49,7 @@ for:
build_script:
# Prepend optional brew binary directories to PATH
# Also prepend /usr/local/bin to work around https://github.com/appveyor/ci/issues/3326
- - export PATH="/usr/local/opt/flex/bin:/usr/local/opt/texinfo/bin:/usr/local/opt/gettext/bin:/usr/local/opt/cython/bin:/usr/local/bin:$PATH"
+ - export PATH="/usr/local/opt/flex/bin:/usr/local/opt/m4/bin:/usr/local/opt/texinfo/bin:/usr/local/opt/gettext/bin:/usr/local/opt/cython/bin:/usr/local/bin:$PATH"
- ./build-aux/appveyor-build.sh
-
matrix: