wscript: add public to includes
This commit is contained in:
parent
f3dfbc9219
commit
7869aac2e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue