From eb953f2299bdc16d466462cd56576fe1fe9df2ca Mon Sep 17 00:00:00 2001 From: Kazuo Koga Date: Sat, 30 May 2015 10:27:35 +0900 Subject: [PATCH] Fix build exe path which includes whitespace on OS X and Mono. --- .paket/paket.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.paket/paket.targets b/.paket/paket.targets index bdfa61b..2557fb9 100644 --- a/.paket/paket.targets +++ b/.paket/paket.targets @@ -13,7 +13,7 @@ $(PaketToolsPath)paket.exe $(PaketToolsPath)paket.bootstrapper.exe "$(PaketExePath)" - mono --runtime=v4.0.30319 $(PaketExePath) + mono --runtime=v4.0.30319 "$(PaketExePath)" "$(PaketBootStrapperExePath)" mono --runtime=v4.0.30319 $(PaketBootStrapperExePath) @@ -33,4 +33,4 @@ - \ No newline at end of file +