public: exclude build_vcs from libpublic dependencies, add it per project

This commit is contained in:
Alibek Omarov
2026-02-23 21:48:23 +05:00
parent 382b19e458
commit 2bdc22fbeb
5 changed files with 15 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ def build(bld):
# on PSVita do not link any libraries that are already in the main executable, but add the includes target
if bld.env.DEST_OS != 'psvita':
libs += [ 'public', 'ANDROID', 'library_suffix' ]
libs += [ 'public', 'ANDROID', 'library_suffix', 'build_vcs' ]
bld.shlib(target = 'filesystem_stdio',
features = 'seq',