From 877cdf66631fbb2a04f7f98b45be1362bc4eb75d Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Wed, 3 Apr 2019 04:50:42 +0000 Subject: Fix buildling boost on linux, improved bjam arguments. --- data/boost/clang.jam.diff | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 data/boost/clang.jam.diff (limited to 'data/boost/clang.jam.diff') 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) ; ++# } + } + + -- cgit v1.2.3