diff options
Diffstat (limited to 'scripts/build')
-rw-r--r-- | scripts/build/internals.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/build/internals.sh b/scripts/build/internals.sh index d730e28a..c889a00a 100644 --- a/scripts/build/internals.sh +++ b/scripts/build/internals.sh @@ -98,9 +98,6 @@ do_finish() { CT_DoForceRmdir "${CT_DEBUGROOT_DIR}/"{,usr/}{,share/}{man,info} fi - # Remove headers installed by native companion libraries - CT_DoForceRmdir "${CT_PREFIX_DIR}/include" - # Remove the lib* symlinks, now: # The symlinks are needed only during the build process. # The final gcc will still search those dirs, but will also search |