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:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user