Skip to content

Commit

Permalink
Fix naming of inprocess.so
Browse files Browse the repository at this point in the history
This was supposed to happen in a5eb957,
but it didn't, so there was still libinprocess.so instead of
inprocess.so.
  • Loading branch information
adiknoth committed Apr 18, 2012
1 parent f82ec71 commit 871bd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-clients/wscript
Expand Up @@ -149,7 +149,7 @@ def build(bld):

for example_lib, example_lib_source in list(example_libs.items()):
lib = bld(features = 'c cshlib')
lib.env['shlib_PATTERN'] = '%s.so'
lib.env['cshlib_PATTERN'] = '%s.so'
lib.includes = os_incdir + ['../common/jack', '../common']
lib.target = example_lib
lib.source = example_lib_source
Expand Down

0 comments on commit 871bd08

Please sign in to comment.