summaryrefslogtreecommitdiff
path: root/contrib/depends/patches/boost/fix_arm_arch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/depends/patches/boost/fix_arm_arch.patch')
-rw-r--r--contrib/depends/patches/boost/fix_arm_arch.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/depends/patches/boost/fix_arm_arch.patch b/contrib/depends/patches/boost/fix_arm_arch.patch
deleted file mode 100644
index 3cf6b6f..0000000
--- a/contrib/depends/patches/boost/fix_arm_arch.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- boost_1_64_0/tools/build/src/tools/darwin.jam.O 2017-04-17 03:22:26.000000000 +0100
-+++ boost_1_64_0/tools/build/src/tools/darwin.jam 2022-05-04 17:26:29.984464447 +0000
-@@ -505,7 +505,7 @@
- if $(instruction-set) {
- options = -arch$(_)$(instruction-set) ;
- } else {
-- options = -arch arm ;
-+# options = -arch arm ;
- }
- }
- }