mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
If LOCAL_CCACHE is set to the full path of ccache on the build host it will be used for early stage host package builds, eg make and ccache at the moment. By default it uses a separate cache dir (.ccache-local) so that it doesn't interfere with our ccache (which is typically a different version). The location can be changed by setting LOCAL_CCACHE_DIR Signed-off-by: Matthias Reichl <hias@horus.com>