mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
The 'stdlib' feature is no longer link-incompatible, as I generally
don't think link-compatibility check does any good. [SVN r26270]
This commit is contained in:
@@ -30,7 +30,7 @@ feature os : $(os) : propagated link-incompatible ;
|
||||
|
||||
feature toolset : : implicit propagated symmetric ;
|
||||
|
||||
feature stdlib : native : propagated link-incompatible composite ;
|
||||
feature stdlib : native : propagated composite ;
|
||||
|
||||
feature link : shared static : propagated ;
|
||||
feature link-runtime : shared static : propagated ;
|
||||
|
||||
@@ -55,7 +55,7 @@ project stlport ;
|
||||
feature.extend stdlib : stlport ;
|
||||
feature.compose <stdlib>stlport : <library>/stlport//stlport ;
|
||||
|
||||
subfeature stdlib stlport : version : : optional propagated link-incompatible ;
|
||||
subfeature stdlib stlport : version : : optional propagated ;
|
||||
|
||||
# STLport iostreams or native iostreams
|
||||
subfeature stdlib stlport : iostream : hostios : optional propagated ;
|
||||
|
||||
Reference in New Issue
Block a user