mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-29 21:08:25 +00:00
case-sensative
This commit is contained in:
parent
dac18ef3cc
commit
fe969e85de
2 changed files with 4 additions and 4 deletions
|
|
@ -403,7 +403,7 @@ variables: &tests-targets
|
|||
- deps
|
||||
- MSVC2019_64_Ninja/deps/Qt
|
||||
variables:
|
||||
SCCACHE_SIZE: 2G
|
||||
CCACHE_SIZE: 2G
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ VERBOSE=""
|
|||
STRIP=""
|
||||
SKIP_DOWNLOAD=""
|
||||
SKIP_EXTRACT=""
|
||||
USE_SCCACHE=""
|
||||
USE_CCACHE=""
|
||||
KEEP=""
|
||||
UNITY_BUILD=""
|
||||
VS_VERSION=""
|
||||
|
|
@ -102,7 +102,7 @@ while [ $# -gt 0 ]; do
|
|||
SKIP_EXTRACT=true ;;
|
||||
|
||||
C )
|
||||
USE_SCCACHE=true ;;
|
||||
USE_CCACHE=true ;;
|
||||
k )
|
||||
KEEP=true ;;
|
||||
|
||||
|
|
@ -508,7 +508,7 @@ if ! [ -z $UNITY_BUILD ]; then
|
|||
add_cmake_opts "-DOPENMW_UNITY_BUILD=True"
|
||||
fi
|
||||
|
||||
if ! [ -z $USE_SCCACHE ]; then
|
||||
if ! [ -z $USE_CCACHE ]; then
|
||||
add_cmake_opts "-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue