On 2022. 01. 03. 20:17, Pierre Joye wrote:
it uses msys for autoconf and co support but actually uses vc?

Exactly.

Unless you have another compiler specified in your Conan profile. You can see in the _platform method that the dictionary is indexed with self.settings.os and self.settings.compiler, both of which come from the selected profile. Taking that into account, Windows + VS is supported. The value in the dictionary is just used to massage the existing ICU build system into emitting files that can be used to build with VS.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to