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:
@@ -146,7 +146,7 @@ def build(bld):
|
||||
|
||||
bld.stlib(source = bld.path.ant_glob('*.c', excl='build_vcs.c'),
|
||||
target = 'public',
|
||||
use = 'sdk_includes werror build_vcs')
|
||||
use = 'sdk_includes werror')
|
||||
|
||||
if bld.env.TESTS:
|
||||
tests = {
|
||||
|
||||
Reference in New Issue
Block a user