mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 01:55:10 -07:00
disable ccache if not explicitly enabled
This commit is contained in:
parent
09b55b118a
commit
16ff75c20f
3 changed files with 4 additions and 2 deletions
|
|
@ -124,6 +124,9 @@ set -e
|
|||
|
||||
# Setup
|
||||
./servatrice/check_schema_version.sh
|
||||
if [[ ! $USE_CCACHE ]]; then
|
||||
USE_CCACHE=0
|
||||
fi
|
||||
if [[ ! $BUILDTYPE ]]; then
|
||||
BUILDTYPE=Release
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue