wscript: add public to includes

This commit is contained in:
Alibek Omarov 2021-12-27 03:18:23 +03:00
parent f3dfbc9219
commit 7869aac2e5
1 changed files with 1 additions and 1 deletions

View File

@ -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,