wscript: refactor opus wscript files, now it builds only if system package wasn't found

This commit is contained in:
Alibek Omarov
2021-06-14 21:19:52 +03:00
parent 9242a0a510
commit 44cd03f464
6 changed files with 56 additions and 47 deletions

View File

@@ -166,7 +166,7 @@ def build(bld):
'client/vgui/*.c',
'client/avi/*.c'])
libs.append('OPUS')
libs.append('opus')
includes = ['common', 'server', 'client', 'client/vgui', 'tests', '.', '../public', '../common', '../filesystem', '../pm_shared' ]