diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-07-12 20:17:58 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-12 20:17:58 -0500 |
commit | 496bc96fe94a3946656b00d3975417cf5b3606c1 (patch) | |
tree | 8696eb2769c57725e6a5b6c4eec3740c38e5a505 /contrib/depends/packages/hidapi.mk | |
parent | Merge pull request #5663 (diff) | |
parent | Add ncurses package for linux and darwin readline (diff) | |
download | monero-496bc96fe94a3946656b00d3975417cf5b3606c1.tar.xz |
Merge pull request #5690
1dbfc81 Add debug targets to depends Makefile (TheCharlatan)
cbbb24c Remove clutter in depends installed packages (TheCharlatan)
496cd46 Add ncurses package for linux and darwin readline (TheCharlatan)
Diffstat (limited to 'contrib/depends/packages/hidapi.mk')
-rw-r--r-- | contrib/depends/packages/hidapi.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/depends/packages/hidapi.mk b/contrib/depends/packages/hidapi.mk index 1c43e525a..40e9b9dca 100644 --- a/contrib/depends/packages/hidapi.mk +++ b/contrib/depends/packages/hidapi.mk @@ -28,3 +28,8 @@ endef define $(package)_stage_cmds $(MAKE) DESTDIR=$($(package)_staging_dir) install endef + +define $(package)_postprocess_cmds + rm lib/*.la +endef + |