Fix mac build.

This commit is contained in:
David Anderson
2020-05-20 22:50:41 -07:00
parent b725196a26
commit c9f574c27b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -398,6 +398,7 @@ class SMConfig(object):
cxx.linkflags += [
'-mmacosx-version-min=10.7',
'-stdlib=libc++',
'-lc++',
]
cxx.cxxflags += ['-stdlib=libc++']