wscript: link libm and libdl
This commit is contained in:
parent
d658b36616
commit
12e13ae9d6
@ -18,7 +18,7 @@ def configure(conf):
|
||||
conf.fatal('VGUI was enabled but VGUI cannot be used')
|
||||
|
||||
def build(bld):
|
||||
libs = ['VGUI', 'SDL']
|
||||
libs = ['VGUI', 'SDL', 'DL', 'M']
|
||||
defines = ['CLIENT_DLL']
|
||||
includes = ['.',
|
||||
'../dlls',
|
||||
|
@ -101,6 +101,7 @@ def build(bld):
|
||||
features = 'c cxx',
|
||||
includes = includes,
|
||||
defines = defines,
|
||||
use = ['M']
|
||||
install_path = install_path,
|
||||
subsystem = bld.env.MSVC_SUBSYSTEM,
|
||||
idx = bld.get_taskgen_count()
|
||||
|
Loading…
Reference in New Issue
Block a user