Browse Source

engine: wscript: added Opus headers to include directories

pull/2/head
SNMetamorph 2 years ago committed by Alibek Omarov
parent
commit
8866d5cfd6
  1. 2
      engine/wscript

2
engine/wscript

@ -168,7 +168,7 @@ def build(bld): @@ -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…
Cancel
Save