How to build boost libraries for arm64 by MSVC on windows
Open
transition
- Dominant language
- C++
- Stars
- 251
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.