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 for building with python3
tags/v1.9.10
farwayer
11 years ago
parent
d83604d060
commit
8097695445
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
example-clients/wscript
+ 1
- 1
example-clients/wscript
View File
@@ -123,7 +123,7 @@ def build(bld):
prog.use += ['RT', 'SNDFILE']
if bld.env['IS_SUN']:
prog.use += ['RT', 'SNDFILE']
if bld.env['IS_WINDOWS']:
if bld.env['IS_WINDOWS']:
prog.uselib = ['SNDFILE']
prog.target = 'jack_rec'
Write
Preview
Loading…
Cancel
Save