summaryrefslogtreecommitdiff
path: root/data/boost/os-feature.jam.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/boost/os-feature.jam.diff')
-rw-r--r--data/boost/os-feature.jam.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/boost/os-feature.jam.diff b/data/boost/os-feature.jam.diff
new file mode 100644
index 000000000..db71408bb
--- /dev/null
+++ b/data/boost/os-feature.jam.diff
@@ -0,0 +1,11 @@
+--- a/tools/build/src/tools/features/os-feature.jam 2018-08-01 15:50:55.000000000 -0500
++++ b/tools/build/src/tools/features/os-feature.jam 2019-03-10 00:02:45.701830454 -0600
+@@ -34,7 +34,7 @@
+ local host-os ;
+ if [ os.name ] in $(.os-names:U)
+ {
+- host-os = [ os.name ] ;
++ host-os = darwin ;
+ }
+ else
+ {