mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
public: exclude build_vcs from libpublic dependencies, add it per project
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user