mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-18 14:50:05 +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'])
|
source = bld.path.ant_glob(['*.cpp'])
|
||||||
|
|
||||||
includes = [ '.', 'miniutl/', '../common', '../engine' ]
|
includes = [ '.', '../common', '../engine', '../public' ]
|
||||||
|
|
||||||
bld.shlib(
|
bld.shlib(
|
||||||
source = source,
|
source = source,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user