We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbf9c7 commit 8ffd874Copy full SHA for 8ffd874
2 files changed
.github/workflows/ci-macvim.yaml
@@ -183,6 +183,9 @@ jobs:
183
./configure "${CONFOPT[@]}" --enable-fail-if-missing
184
185
sed -i.bak -f ci/config.mk.sed -f ci/config.mk.clang.sed src/auto/config.mk
186
+ if clang --version | grep -qs '^Apple clang version \(1[3-9]\|[2-9]\d\)\.'; then
187
+ sed -i.bak -f ci/config.mk.clang-13.sed src/auto/config.mk
188
+ fi
189
190
- name: Modify configure result
191
if: matrix.publish
ci/config.mk.clang-13.sed
@@ -0,0 +1 @@
1
+/^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/
0 commit comments