How to setup msvc.jam features ? #101
-
Hi, I'm cross-compiling boost with vcpkg on Linux for Windows with clang-cl. My compiler is not detected in boost 1.77, features are empty: Lines 1543 to 1544 in 84ed4e1 How can I tell b2 that my compiler is clang-cl-9 ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
On Sun, Oct 10, 2021 at 6:49 AM Nemirtingas ***@***.***> wrote:
Hi, I'm cross-compiling boost with vcpkg on Linux for Windows with
clang-cl.
How are you setting that up? What do you have in your
user-config/project-config file? What `b2` command are you using to build?
Can you run with adding `--debug-configuration` option and show that output?
…--
-- René Ferdinand Rivera Morell
-- Don't Assume Anything -- No Supone Nada
-- Robot Dreams - http://robot-dreams.net
|
Beta Was this translation helpful? Give feedback.
-
I have no idea, vcpkg port is configuring the whole stuff on his own. I don't understand all of what it does right now. I don't even know how to add the debug option with vcpkg. I found the culprit, vcpkg chose msvc toolkit instead of clang-win, |
Beta Was this translation helpful? Give feedback.
I have no idea, vcpkg port is configuring the whole stuff on his own. I don't understand all of what it does right now. I don't even know how to add the debug option with vcpkg.
I found the culprit, vcpkg chose msvc toolkit instead of clang-win,