mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 06:00:33 +01:00
wscript: add public to includes
This commit is contained in:
parent
f3dfbc9219
commit
7869aac2e5
@ -111,7 +111,7 @@ def build(bld):
|
||||
|
||||
source = bld.path.ant_glob(['*.cpp'])
|
||||
|
||||
includes = [ '.', 'miniutl/', '../common', '../engine' ]
|
||||
includes = [ '.', '../common', '../engine', '../public' ]
|
||||
|
||||
bld.shlib(
|
||||
source = source,
|
||||
|
Loading…
Reference in New Issue
Block a user