Skip to content

Commit 556b033

Browse files
committed
macos: fix build
1 parent 4cd47f5 commit 556b033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/rel.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ ifeq ($(os),macosx)
1414
# WORKAROUND:
1515
# clang-tidy on macos doesn't use /usr/local/include as default place to
1616
# search for header files, so we add it explicitly
17-
this_cxxflags += -I /usr/local/include
17+
this_cxxflags += -isystem /usr/local/include
1818
endif

0 commit comments

Comments
 (0)