mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
wscript: fixed opus include path
This commit is contained in:
committed by
Alibek Omarov
parent
a520af42e8
commit
68f633e9cd
@@ -107,7 +107,7 @@ def configure(conf):
|
||||
|
||||
def build(bld):
|
||||
is_cxx_link = False
|
||||
libs = [ 'public', 'dllemu' ]
|
||||
libs = [ 'public', 'dllemu', 'opus' ]
|
||||
|
||||
# basic build: dedicated only
|
||||
source = bld.path.ant_glob([
|
||||
@@ -166,9 +166,7 @@ def build(bld):
|
||||
'client/vgui/*.c',
|
||||
'client/avi/*.c'])
|
||||
|
||||
libs.append('opus')
|
||||
|
||||
includes = ['common', 'server', 'client', 'client/vgui', 'tests', '.', '../public', '../common', '../filesystem', '../pm_shared', '../3rdparty/opus/opus/include' ]
|
||||
includes = ['common', 'server', 'client', 'client/vgui', 'tests', '.', '../public', '../common', '../filesystem', '../pm_shared' ]
|
||||
|
||||
if bld.env.SINGLE_BINARY:
|
||||
install_path = bld.env.BINDIR
|
||||
|
||||
Reference in New Issue
Block a user