view ci/config.mk.clang-12.sed @ 32204:d5c4c44b54c7 v9.0.1433

patch 9.0.1433: on some systems the Lua library is not found Commit: https://github.com/vim/vim/commit/869113f3765d51fc822a61b2ba53d339797c1231 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 31 21:29:00 2023 +0100 patch 9.0.1433: on some systems the Lua library is not found Problem: On some systems the Lua library is not found. Solution: Check if a subdirectory for Lua exists. (closes https://github.com/vim/vim/issues/4475)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Mar 2023 22:30:04 +0200
parents fccd67ae58c8
children 9b35b4c6df4c
line wrap: on
line source

# Clang 12 (or Apple clang 13) and later makes a warning '-Wcompound-token-split-by-macro' enable by default.
/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=compound-token-split-by-macro/