add explanatory comment for future historians
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 7 Oct 2014 14:57:08 +0000 (10:57 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 7 Oct 2014 14:57:08 +0000 (10:57 -0400)
wscript

diff --git a/wscript b/wscript
index 7ebe4d1e8a870d7163edf5d02c2287c3ebe74f40..66b420e11c4d267773acc1e0534bb9dbc7b2ed87 100644 (file)
--- 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