How to build boost libraries for arm64 by MSVC on windows
Offen
transition
- Vorherrschende Sprache
- C++
- Sterne
- 251
- Forks
- 63
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Anyone who knows how to build boost libraries for arm64 by MSVC on windows?
The Environment: 64 bit OS + x64-based processor + windows 10 + Visual studio 2017 15.4.2 + boost 1.67.0 + b2
I find a args 'architecture' before and use msvc arm64 compiler, and it seems worked before, however it doesn't have 'arm64' value, and the below command doesn't work anymore.
The command:
.\bootstrap
.\b2 headers variant=release --build-dir=..\out\Release_x64 --address-model=64
.\b2 architecture=arm --variant=release --toolset=msvc-14.0
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.