mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #1096 from Kwiboo/ccache-disable
ccache: fix build with CCACHE_DISABLE
This commit is contained in:
@@ -38,7 +38,9 @@ PKG_CONFIGURE_OPTS_HOST="--with-bundled-zlib"
|
||||
|
||||
post_makeinstall_host() {
|
||||
# setup ccache
|
||||
$ROOT/$TOOLCHAIN/bin/ccache --max-size=$CCACHE_CACHE_SIZE
|
||||
if [ -z "$CCACHE_DISABLE" ]; then
|
||||
$ROOT/$TOOLCHAIN/bin/ccache --max-size=$CCACHE_CACHE_SIZE
|
||||
fi
|
||||
|
||||
cat > $ROOT/$TOOLCHAIN/bin/host-gcc <<EOF
|
||||
#!/bin/sh
|
||||
|
||||
Reference in New Issue
Block a user