Skip to content

Commit 9d4c9c5

Browse files
committed
Fix mac build.
1 parent 2064e22 commit 9d4c9c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AMBuildScript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ class AMXXConfig(object):
227227
cxx.cflags += ['-Wno-unused-result', '-Wno-error=sign-compare']
228228
if have_clang:
229229
cxx.cxxflags += ['-Wno-implicit-exception-spec-mismatch']
230+
if cxx.version >= 'apple-clang-10.0':
231+
cxx.cxxflags += ['-Wno-inconsistent-missing-override']
230232
if cxx.version >= 'apple-clang-5.1' or cxx.version >= 'clang-3.4':
231233
cxx.cxxflags += ['-Wno-deprecated-register']
232234
else:

0 commit comments

Comments
 (0)