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

Don't make 'use-interface' propagated, since we don't want to build

two version of library just because it's used by both console and gui
application.

Probably, a better approach would be to make 'user-interface' feature
irrelevant to all targets except for exe, but that requires some design
and coding.

Patch from Brock Peabody.


[SVN r20699]
This commit is contained in:
Vladimir Prus
2003-11-06 07:37:35 +00:00
parent e0e8d345a4
commit 08ed526238

View File

@@ -84,7 +84,7 @@ feature allow : : free ;
# Windows-specific features
feature user-interface : console gui wince native auto : propagated ;
feature user-interface : console gui wince native auto ;
feature variant : : implicit composite propagated symmetric ;