ignore ccache
This commit is contained in:
@@ -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")
|
||||
'';
|
||||
}))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user