engine: wscript: link libopusfile dependency
This commit is contained in:
parent
8e5d0a6425
commit
4e138ee795
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ def build(bld):
|
||||||
'client/vgui/*.c',
|
'client/vgui/*.c',
|
||||||
'client/avi/*.c'])
|
'client/avi/*.c'])
|
||||||
is_cxx_link = True
|
is_cxx_link = True
|
||||||
libs += ['opus', 'libvorbisfile', 'bzip2', 'MultiEmulator']
|
libs += ['opus', 'libvorbisfile', 'libopusfile', 'bzip2', 'MultiEmulator']
|
||||||
|
|
||||||
rpath = bld.env.DEFAULT_RPATH
|
rpath = bld.env.DEFAULT_RPATH
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue