Browse Source

Fix wrong indentation in example-clients/wscript

tags/1.9.9.5
Adrian Knoth 13 years ago
parent
commit
5821d02236
1 changed files with 1 additions and 1 deletions
  1. +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'



Loading…
Cancel
Save