summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-10-07 10:57:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-10-07 10:57:08 -0400
commit6794a4d02057792f9aaf5ea0cb5d40a6f6e55f6c (patch)
treeedb81bac2f792129f71dca53a811603b33dba6bd
parenta7da906a7943b3cdd3e4d38ba8348c652133abaf (diff)
add explanatory comment for future historians
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 7ebe4d1e8a..66b420e11c 100644
--- a/wscript
+++ b/wscript
@@ -208,6 +208,8 @@ def set_compiler_flags (conf,opt):
cxx_flags.append('-std=c++11')
if platform == "darwin":
cxx_flags.append('--stdlib=libstdc++')
+ # Mavericks and later changed the syntax to be used when including Carbon headers,
+ # from requiring a full path to requiring just the header name.
cxx_flags.append('-DCARBON_FLAT_HEADERS')
linker_flags.append('--stdlib=libstdc++')
# Prevents visibility issues in standard headers