From 03ac46120c1efe19ab5c6cdb7ded99232c70f6f4 Mon Sep 17 00:00:00 2001
From: James Turner <zakalawe@mac.com>
Date: Fri, 1 May 2020 08:46:49 +0100
Subject: [PATCH] Windows: remove erroneous space breaking build
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This was causing to pick the second prefix path as the source dir,
which doesn’t work so well.
---
 build_release_windows.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_release_windows.bat b/build_release_windows.bat
index ce970fe..8ae06f2 100755
--- a/build_release_windows.bat
+++ b/build_release_windows.bat
@@ -50,7 +50,7 @@ cd ..\build-fg32-compositor
 cmake ..\flightgear -G "Visual Studio 14" ^
                     -DMSVC_3RDPARTY_ROOT=%WORKSPACE%/windows-3rd-party/msvc140 ^
                     -DCMAKE_INSTALL_PREFIX:PATH=%WORKSPACE%/install/msvc140/compositor ^
-                    -DCMAKE_PREFIX_PATH:PATH=%OSG32%; %WORKSPACE%/install/msvc140/ ^
+                    -DCMAKE_PREFIX_PATH:PATH=%OSG32%;%WORKSPACE%/install/msvc140/ ^
                     -DBOOST_ROOT=%WORKSPACE%/windows-3rd-party ^
                     -DOSG_FSTREAM_EXPORT_FIXED=1 ^
                     -DCMAKE_PREFIX_PATH=%QT5SDK32%;%OSG32% ^