Browse Source

ref_gl: wscript: fix libm linking

pull/2/head
Alibek Omarov 5 years ago
parent
commit
59f3b63e0a
  1. 2
      ref_gl/wscript

2
ref_gl/wscript

@ -30,7 +30,7 @@ def build(bld): @@ -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…
Cancel
Save