mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-07 04:40:43 +08:00
wscript: link sound format related libraries in XASH_DEDICATED build mode
This commit is contained in:
committed by
Alibek Omarov
parent
b7c2c476a8
commit
73cf55b958
@@ -141,7 +141,7 @@ def build(bld):
|
||||
bld(name = 'engine_includes', export_includes = '. common common/imagelib', use = 'filesystem_includes')
|
||||
|
||||
is_cxx_link = False
|
||||
libs = [ 'engine_includes', 'public', 'dllemu', 'werror' ]
|
||||
libs = [ 'engine_includes', 'public', 'dllemu', 'werror', 'opus', 'libvorbisfile', 'libopusfile' ]
|
||||
|
||||
# basic build: dedicated only
|
||||
source = bld.path.ant_glob([
|
||||
@@ -236,7 +236,7 @@ def build(bld):
|
||||
'client/vgui/*.c',
|
||||
'client/avi/*.c'])
|
||||
is_cxx_link = True
|
||||
libs += ['opus', 'libvorbisfile', 'libopusfile', 'bzip2', 'MultiEmulator']
|
||||
libs += ['bzip2', 'MultiEmulator']
|
||||
|
||||
rpath = bld.env.DEFAULT_RPATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user