mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 22:48:50 +00:00
Add requirements for Comeau toolset.
Fixes #3692. Patch from Mateusz Loskot. [SVN r58027]
This commit is contained in:
parent
232704f1b9
commit
2842fb35a6
1 changed files with 3 additions and 0 deletions
3
Jamroot
3
Jamroot
|
@ -186,6 +186,9 @@ project boost
|
|||
# The standard library Sun compilers use by default has no chance
|
||||
# of working with Boost. Override it.
|
||||
<toolset>sun:<stdlib>sun-stlport
|
||||
# Comeau does not support shared lib
|
||||
<toolset>como:<link>static
|
||||
<toolset>como-linux:<define>_GNU_SOURCE=1
|
||||
: usage-requirements <include>.
|
||||
: build-dir bin.v2
|
||||
;
|
||||
|
|
Loading…
Add table
Reference in a new issue