From 6fd3ea4b4015b318d14ddc3a1a1c453f5c518750 Mon Sep 17 00:00:00 2001 From: wfurt Date: Thu, 13 Dec 2018 22:00:16 -0800 Subject: [PATCH] change debug to Debug to match managed part --- run-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-build.sh b/run-build.sh index 53a57b9fa..19f979608 100755 --- a/run-build.sh +++ b/run-build.sh @@ -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=