summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-02 12:55:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-02 12:55:19 (GMT)
commit086266ffac140b63a9fa3e8fdb700f8ce9d96c93 (patch)
treeb6fe410fc7497c6b65618309deedf290aca4b3e8 /.github
parent5acfe027a8779f827735f953b7453a126c71d2b5 (diff)
parente09be91bbab4de3be2f23c5ba57fbdd242942313 (diff)
downloadtk-086266ffac140b63a9fa3e8fdb700f8ce9d96c93.zip
tk-086266ffac140b63a9fa3e8fdb700f8ce9d96c93.tar.gz
tk-086266ffac140b63a9fa3e8fdb700f8ce9d96c93.tar.bz2
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mac-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index a5fbf59..de51d21 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -107,7 +107,7 @@ jobs:
- name: Configure (symbols=${{ matrix.symbols }} ${{matrix.options }})
# Note that macOS is always a 64 bit platform
run: |
- ./configure --enable-64bit ${CFGOPT} "--prefix=$HOME/install dir" || {
+ ./configure --enable-64bit ${CFGOPT} "--prefix=$HOME/install dir" --disable-xft || {
cat config.log
echo "::error::Failure during Configure"
exit 1