Skip to content
Snippets Groups Projects
Commit 96549bb2 authored by blessing's avatar blessing Committed by Eric Müller
Browse files

Include subdirs in ppu header file globbing

Change-Id: Iadba7db9d85e23cc0b5b41a8c77b25cc3f343639
parent bd6bf4c2
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ def build(bld):
bld.install_files(
dest = '${PREFIX}/',
files = bld.path.ant_glob('include/grenade/vx/ppu/*.(h)'),
files = bld.path.ant_glob('include/grenade/vx/ppu/**/*.(h)'),
name = 'grenade_vx_ppu_header',
relative_trick = True
)
......
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