Browse Source

Fix for building with python3

tags/v1.9.10
farwayer 11 years ago
parent
commit
8097695445
1 changed files with 1 additions and 1 deletions
  1. +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'



Loading…
Cancel
Save