mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
complibs: remove headers after build
After the toolchain is built, we do no longer need the headers. Reported-by: Enrico Weigelt <weigelt@metux.de>
This commit is contained in:
parent
ebc5dc5b03
commit
d380a84b52
@ -90,5 +90,8 @@ do_finish() {
|
||||
CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{man,info}
|
||||
fi
|
||||
|
||||
# Remove headers installed by native companion libraries
|
||||
CT_DoForceRmdir "${CT_PREFIX_DIR}/include"
|
||||
|
||||
CT_EndStep
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user