2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2025-01-12 19:47:15 +01:00

ref_gl: wscript: fix libm linking

This commit is contained in:
Alibek Omarov 2019-03-21 17:31:18 +03:00
parent 402a596415
commit 59f3b63e0a

View File

@ -30,7 +30,7 @@ def build(bld):
name = get_subproject_name(bld)
bld.env = bld.all_envs[name]
libs = [ 'public', 'm' ]
libs = [ 'public', 'M' ]
source = bld.path.ant_glob(['*.c'])