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 wrong indentation in example-clients/wscript
tags/1.9.9.5
Adrian Knoth
13 years ago
parent
144a2e18de
commit
5821d02236
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
@@ -105,7 +105,7 @@ def build(bld):
if bld.env['IS_LINUX']:
prog.uselib = 'RT READLINE NCURSES'
if bld.env['IS_MACOSX']:
prog.uselib = 'READLINE NCURSES'
prog.uselib = 'READLINE NCURSES'
prog.uselib_local = 'clientlib'
prog.target = 'jack_transport'
Write
Preview
Loading…
Cancel
Save