mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
ref_gl: wscript: fix libm linking
This commit is contained in:
parent
402a596415
commit
59f3b63e0a
@ -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'])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user