Opened 5 years ago

Last modified 5 years ago

#13416 new Bugs

ASIO does not cross compile because it uses obsolete <os> vs. <target-os>

Reported by: Brian Kuhl <brian.kuhl@…> Owned by: chris_kohlhoff
Milestone: To Be Determined Component: asio
Version: Boost 1.66.0 Severity: Problem
Keywords: Cc:

Description

ASIO jam based build suffers from "host pollution" and compile options intended for the target operating system are designated with <os> rather than <target-os> 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.

This is corrected as part of the following pull request https://github.com/boostorg/asio/pull/54

Change History (1)

comment:1 by Brian Kuhl <brian.kuhl@…>, 5 years ago

Version: Boost 1.63.0Boost 1.66.0
Note: See TracTickets for help on using tickets.