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
fix LINKFLAGS
tags/1.9.9.5
Nedko Arnaudov
14 years ago
parent
fcda41cb59
commit
23dc172b17
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wscript
+ 1
- 1
wscript
View File
@@ -224,7 +224,7 @@ def configure(conf):
if m != None:
svnrev = m.group(1)
conf.env.append_unique('LINKFLAGS', '-lm -lstdc++')
conf.env.append_unique('LINKFLAGS',
[
'-lm
',
'
-lstdc++'
]
)
if Options.options.mixed == True:
env_variant2 = conf.env.copy()
Write
Preview
Loading…
Cancel
Save