summaryrefslogtreecommitdiff
path: root/data/boost/clang.jam.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/boost/clang.jam.diff')
-rw-r--r--data/boost/clang.jam.diff27
1 files changed, 27 insertions, 0 deletions
diff --git a/data/boost/clang.jam.diff b/data/boost/clang.jam.diff
new file mode 100644
index 000000000..33e32ff79
--- /dev/null
+++ b/data/boost/clang.jam.diff
@@ -0,0 +1,27 @@
+--- a/tools/build/src/tools/clang.jam 2018-08-01 15:50:55.000000000 -0500
++++ b/tools/build/src/tools/clang.jam 2019-03-09 22:50:30.536048163 -0600
+@@ -17,16 +17,16 @@
+
+ rule init ( * : * )
+ {
+- if [ os.name ] = MACOSX
+- {
++# if [ os.name ] = MACOSX
++# {
+ toolset.using clang-darwin :
+ $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
+- }
+- else
+- {
+- toolset.using clang-linux :
+- $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
+- }
++# }
++# else
++# {
++# toolset.using clang-linux :
++# $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
++# }
+ }
+
+