We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Bootstrap.bat
1 parent a05bacb commit af7c678Copy full SHA for af7c678
.gitattributes
@@ -0,0 +1 @@
1
+Bootstrap.bat text eol=crlf
Bootstrap.bat
@@ -13,11 +13,11 @@ SET "PlatformArg="
13
SET "ConfigArg="
14
15
IF NOT "%PLATFORM%" == "" (
16
- SET "PlatformArg=PLATFORM=%PLATFORM%"
+ SET "PlatformArg=PLATFORM=%PLATFORM%"
17
)
18
19
IF NOT "%CONFIG%" == "" (
20
- SET "ConfigArg=CONFIG=%CONFIG%"
+ SET "ConfigArg=CONFIG=%CONFIG%"
21
22
23
SET vsversion=%1
0 commit comments