1
0

Oops, that wasn't supposed to be negated

This commit is contained in:
Alexander Harkness 2020-04-01 20:48:45 +01:00
parent 8f80019b78
commit 25d5e1bfe1
No known key found for this signature in database
GPG Key ID: 5187245ADF160B76

View File

@ -56,7 +56,7 @@ export CUBERITE_BUILD_SERIES_NAME="$SERVERNAME $TARGET $COMPILEMODE ($BRANCH)"
export CUBERITE_BUILD_ID="$BUILDID"
export CUBERITE_BUILD_DATETIME="`date`"
if ! [ -x "$(command -v ccache)" ]
if [ -x "$(command -v ccache)" ]
then
export CCACHE_CPP2=true
CACHE_ARGS="-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"