This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Correct examples-clients wscript.
tags/1.9.9.5
Stephane Letz
13 years ago
parent
1dda89940f
commit
9f740e3055
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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")
Write
Preview
Loading…
Cancel
Save