Skip to content

Commit df122a0

Browse files
native-apiskvark
authored andcommitted
CentOS 5 ccache doesn't have --show-stats
1 parent bf365e1 commit df122a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function bdist_wheel_cmd {
1616
local abs_wheelhouse=$1
1717
python setup.py bdist_wheel $BDIST_PARAMS
1818
cp dist/*.whl $abs_wheelhouse
19-
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache --show-stats; fi
19+
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
2020
}
2121

2222
if [ -n "$IS_OSX" ]; then

0 commit comments

Comments
 (0)