engine: wscript: added Opus headers to include directories
This commit is contained in:
parent
3b9a7910d0
commit
8866d5cfd6
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ def build(bld):
|
|||
|
||||
libs.append('opus')
|
||||
|
||||
includes = ['common', 'server', 'client', 'client/vgui', 'tests', '.', '../public', '../common', '../filesystem', '../pm_shared' ]
|
||||
includes = ['common', 'server', 'client', 'client/vgui', 'tests', '.', '../public', '../common', '../filesystem', '../pm_shared', '../3rdparty/opus/opus/include' ]
|
||||
|
||||
if bld.env.SINGLE_BINARY:
|
||||
install_path = bld.env.BINDIR
|
||||
|
|
Loading…
Add table
Reference in a new issue