mirror of
https://github.com/boostorg/boostdep.git
synced 2026-07-21 13:13:31 +00:00
Do not install an essential (e.g. config) if it's the library argument
This commit is contained in:
@@ -267,6 +267,9 @@ if( __name__ == "__main__" ):
|
||||
|
||||
essentials = [ 'config', 'headers', '../tools/boost_install', '../tools/build', '../tools/cmake' ]
|
||||
|
||||
if args.library in essentials:
|
||||
essentials.remove( args.library )
|
||||
|
||||
essentials = [ e for e in essentials if os.path.exists( 'libs/' + e ) ]
|
||||
|
||||
if args.update:
|
||||
|
||||
Reference in New Issue
Block a user