Skip to content

Commit

Permalink
[wscript] Even more -Wl,--as-needed fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adiknoth committed Nov 14, 2012
1 parent 2d8992a commit 4818025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-clients/wscript
Expand Up @@ -65,7 +65,7 @@ def build(bld):
os_incdir = ['../solaris', '../posix']
for example_program, example_program_source in list(example_programs.items()):
if example_program == 'jack_server_control':
use = ['serverlib']
use = ['serverlib', 'STDC++']
elif example_program == 'jack_net_slave':
if not bld.env['BUILD_NETLIB']:
continue
Expand Down

0 comments on commit 4818025

Please sign in to comment.