Skip to content

Keeping Header Files

berney edited this page Dec 20, 2017 · 1 revision

By default Kubler will purge header files (/usr/include/*.h) to reduce space requirements.

If you want to keep the headers in build.sh, set _keep_headers to true. e.g.

build.sh

_keep_headers=true
Clone this wiki locally