Browse Source

Correct examples-clients wscript.

tags/1.9.9.5
Stephane Letz 12 years ago
parent
commit
9f740e3055
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      example-clients/wscript

+ 1
- 0
example-clients/wscript View File

@@ -87,6 +87,7 @@ def build(bld):
prog.env.append_value("LINKFLAGS", "")
if bld.env['IS_LINUX']:
prog.use += ['RT']
prog.env.append_value("LINKFLAGS", "-lm")
if bld.env['IS_SUN']:
prog.env.append_value("LINKFLAGS", "-lm")



Loading…
Cancel
Save