Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 185ab0f

Browse files
author
Jack Pappas
committed
Fixed build.bat so it works correctly when the repository has been checked out into a folder whose name contains one or more spaces.
1 parent ed3e00e commit 185ab0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.bat

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ del /F /S /Q lib\release
1414
pushd .
1515
cd .\src
1616
set ABS_PATH=%CD%
17-
%MSBUILD% %ABS_PATH%/fsharp-proto-build.proj
18-
%MSBUILD% %ABS_PATH%/fsharp-library-build.proj /p:TargetFramework=net40 /p:Configuration=Release
19-
%MSBUILD% %ABS_PATH%/fsharp-compiler-build.proj /p:TargetFramework=net40 /p:Configuration=Release
17+
%MSBUILD% "%ABS_PATH%\fsharp-proto-build.proj"
18+
%MSBUILD% "%ABS_PATH%\fsharp-library-build.proj" /p:TargetFramework=net40 /p:Configuration=Release
19+
%MSBUILD% "%ABS_PATH%\fsharp-compiler-build.proj" /p:TargetFramework=net40 /p:Configuration=Release
2020
popd

0 commit comments

Comments
 (0)