mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
depends: libsquashfuse: keep header directory structure
This commit is contained in:
parent
ba4ea0fe5e
commit
75763583f5
1 changed files with 1 additions and 1 deletions
|
@ -41,5 +41,5 @@ define $(package)_stage_cmds
|
|||
cp .libs/libfuseprivate.a $($(package)_staging_prefix_dir)/lib/ && \
|
||||
cp .libs/libsquashfuse.a $($(package)_staging_prefix_dir)/lib/ && \
|
||||
cp .libs/libsquashfuse_ll.a $($(package)_staging_prefix_dir)/lib/ && \
|
||||
find . -name "*.h" -exec cp "{}" $($(package)_staging_prefix_dir)/include/ \;
|
||||
find . -name "*.h" -exec cp --parents '{}' $($(package)_staging_prefix_dir)/include/ \;
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue