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 4cd47f5 commit 556b033Copy full SHA for 556b033
config/rel.mk
@@ -14,5 +14,5 @@ ifeq ($(os),macosx)
14
# WORKAROUND:
15
# clang-tidy on macos doesn't use /usr/local/include as default place to
16
# search for header files, so we add it explicitly
17
- this_cxxflags += -I /usr/local/include
+ this_cxxflags += -isystem /usr/local/include
18
endif
0 commit comments