summaryrefslogtreecommitdiff
path: root/data/boost/clang.jam.diff
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-03 04:50:42 +0000
committerSam Bingner <sam@bingner.com>2019-04-09 23:20:46 -1000
commit877cdf66631fbb2a04f7f98b45be1362bc4eb75d (patch)
treec369a5eba6867e930cc66fe2ea800ef95d12e092 /data/boost/clang.jam.diff
parentbb4e6a8ad361e6f5fb64ef17ee32da512e431c66 (diff)
Fix buildling boost on linux, improved bjam arguments.boost-work-in-progress
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) ;
++# }
+ }
+
+