change debug to Debug to match managed part
This commit is contained in:
parent
6e6a0de6df
commit
6fd3ea4b40
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
|
|||
done
|
||||
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||
REPOROOT="$DIR"
|
||||
CONFIGURATION="debug"
|
||||
CONFIGURATION="Debug"
|
||||
ARCHITECTURE="x64"
|
||||
STAGE0_SOURCE_DIR=
|
||||
|
||||
|
|
Loading…
Reference in a new issue