Browse Source

Fix naming of inprocess.so

This was supposed to happen in a5eb957b597c2c847b9e6e80479c0a726a6364fc,
but it didn't, so there was still libinprocess.so instead of
inprocess.so.
tags/1.9.9.5
Adrian Knoth 13 years ago
parent
commit
871bd0851d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example-clients/wscript

+ 1
- 1
example-clients/wscript View File

@@ -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


Loading…
Cancel
Save