2
0
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:
Vladimir Prus
2004-11-22 07:52:11 +00:00
parent bc58161dd8
commit 6b0bc477f9
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ;

View File

@@ -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 ;