Skip to content

Commit

Permalink
Fix for building with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
farwayer committed Feb 14, 2014
1 parent d83604d commit 8097695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-clients/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 8097695

Please sign in to comment.