Leave to SConscript files to decide default targets
This commit is contained in:
@@ -21,3 +21,5 @@ ucore_env.Alias('install',
|
||||
ucore_env.Install(os.path.join(prefix, 'lib'), [ucore_staticlib]))
|
||||
ucore_env.Alias('install',
|
||||
ucore_env.InstallVersionedLib(os.path.join(prefix, 'lib'), [ucore_sharedlib]))
|
||||
|
||||
ucore_env.Default([ucore_staticlib, ucore_sharedlib])
|
||||
|
||||
Reference in New Issue
Block a user