ref_gl: wscript: fix libm linking
This commit is contained in:
parent
402a596415
commit
59f3b63e0a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue