summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-17 17:20:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-01-17 17:20:52 (GMT)
commit214c79069becd6dbb2ea752b4bfa5c3dbfd69a14 (patch)
treecce8a6b7a48862604c3b0eafdfd82c69feee5c4e /.github
parentc6f868eeb80b5be6d32ab0e2a9a1b85e6c16c8cd (diff)
parentdd27ddc35dba089761996ff900b4907162acdfe2 (diff)
downloadtk-214c79069becd6dbb2ea752b4bfa5c3dbfd69a14.zip
tk-214c79069becd6dbb2ea752b4bfa5c3dbfd69a14.tar.gz
tk-214c79069becd6dbb2ea752b4bfa5c3dbfd69a14.tar.bz2
Merge 8.6
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