mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
build: prune compat event headers
The *_compat headers are the deprecated / non-threadsafe versions of the current headers. There's no need for us to ship them in depends. Prune them are save the safe / nuke the possibility of them being used.
This commit is contained in:
parent
3c1e75ef60
commit
22dada5d17
1 changed files with 2 additions and 1 deletions
|
@ -37,5 +37,6 @@ endef
|
|||
|
||||
define $(package)_postprocess_cmds
|
||||
rm lib/*.la && \
|
||||
rm include/ev*.h
|
||||
rm include/ev*.h && \
|
||||
rm include/event2/*_compat.h
|
||||
endef
|
||||
|
|
Loading…
Add table
Reference in a new issue