Fix pylash includes

This commit is contained in:
falkTX 2010-12-14 04:28:12 +00:00
parent 05129a54a6
commit fbe3409dab
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ def build(bld):
#####################################################
# pylash
if bld.env['BUILD_PYLASH']:
pylash = bld.shlib(features = 'c cshlib pyext', source = [])
pylash = bld.shlib(source = [], features = 'c cshlib pyext', includes = ["lash_compat/liblash"])
pylash.target = '_lash'
pylash.use = 'lash'
pylash.install_path = '${PYTHONDIR}'