Merge pull request #206 from wfurt/default_config

improve build usability on Linux
This commit is contained in:
Nick Guerrera 2018-12-14 12:58:20 -08:00 committed by GitHub
commit f0b43f3cf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=