Skip to content
Snippets Groups Projects
Commit 5e2af30e authored by Philipp Spilger's avatar Philipp Spilger
Browse files

fix: Install header files when target is 'use'd

* also install headers when they are not in toplevel project

Change-Id: I73e1428f6ace8047d6feafe33d5db6069355f477
......@@ -81,7 +81,7 @@ def build(bld):
bld(
target = "pywrap_inc",
export_includes = [ 'src' ],
depends_on = 'pywrap_header'
use = 'pywrap_header'
)
if bld.env.build_python_bindings:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment