Copy a tree instead of extracting an archive. Closes: #7216pull/7183/head
parent
246e5437aa
commit
e353b2e8d4
6 changed files with 44 additions and 12 deletions
@ -0,0 +1,2 @@ |
||||
project('static lib patchdir', 'c') |
||||
libfoo = static_library('foo', 'foo.c') |
@ -0,0 +1,9 @@ |
||||
[wrap-file] |
||||
directory = foo-1.0-patchdir |
||||
|
||||
source_url = http://something.invalid |
||||
source_filename = foo-1.0.tar.xz |
||||
source_hash = 9ed8f67d75e43d3be161efb6eddf30dd01995a958ca83951ea64234bac8908c1 |
||||
lead_directory_missing = true |
||||
|
||||
patch_directory = foo-1.0 |
Loading…
Reference in new issue