ignore ccache

This commit is contained in:
2026-04-26 12:53:37 -05:00
parent 1337ecfb24
commit 09aca52be7

View File

@@ -81,9 +81,6 @@ EOF
ccache_wrap cc "$TMPDIR/hostcc-with-ccache"
ccache_wrap c++ "$TMPDIR/hostcxx-with-ccache"
makeFlags+=("CC=$TMPDIR/cc-with-ccache")
makeFlags+=("HOSTCC=$TMPDIR/hostcc-with-ccache")
makeFlags+=("HOSTCXX=$TMPDIR/hostcxx-with-ccache")
'';
}))
);