Boost C++ Libraries: Ticket #13416: ASIO does not cross compile because it uses obsolete <os> vs. <target-os> https://svn.boost.org/trac10/ticket/13416 <p> ASIO jam based build suffers from "host pollution" and compile options intended for the target operating system are designated with <strong>&lt;os&gt;</strong> rather than <strong>&lt;target-os&gt;</strong> which is the current syntax. This prevents ASIO being cross-compiled using b2 in many cases as the libraries and compile options not supported by the target OS are added to the build options. </p> <p> This is corrected as part of the following pull request <a class="ext-link" href="https://github.com/boostorg/asio/pull/54"><span class="icon">​</span>https://github.com/boostorg/asio/pull/54</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13416 Trac 1.4.3 Brian Kuhl <brian.kuhl@…> Tue, 23 Jan 2018 18:40:37 GMT version changed https://svn.boost.org/trac10/ticket/13416#comment:1 https://svn.boost.org/trac10/ticket/13416#comment:1 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.63.0</span> → <span class="trac-field-new">Boost 1.66.0</span> </li> </ul> Ticket