2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Resove the conflict between sun.prebuilt and builtin.prebuilt,

making searched libraries work on sun.

Thanks to Sebastien Grivet for the bug report (#177).


[SVN r49629]
This commit is contained in:
Vladimir Prus
2008-11-07 17:47:37 +00:00
parent f2ed53b505
commit 260997933f

View File

@@ -15,6 +15,7 @@ import common ;
feature.extend toolset : sun ;
toolset.inherit sun : unix ;
generators.override sun.prebuilt : builtin.lib-generator ;
generators.override sun.prebuilt : builtin.prebuilt ;
generators.override sun.searched-lib-generator : searched-lib-generator ;
feature.extend stdlib : sun-stlport ;