Boost 1.64 doesn't recognize arm64 darwin

This commit is contained in:
Howard Chu 2022-05-04 03:48:57 +01:00
parent 617f9082fe
commit fb68465c61
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
2 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,11 @@
--- 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 ;
}
}
}