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:
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…
Reference in New Issue
Block a user