From 9a7c25047d9e111cf41dc88cf0fc0f13017d6b30 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 12 Jan 2009 01:15:29 -0500 Subject: [PATCH] Fixed windows build. --- tools/buildbot/bootstrap.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildbot/bootstrap.pl b/tools/buildbot/bootstrap.pl index 81997fb5..e1801ddd 100755 --- a/tools/buildbot/bootstrap.pl +++ b/tools/buildbot/bootstrap.pl @@ -73,7 +73,7 @@ else sub BuildLibCurl_Win32 { chdir("extensions\\curl\\curl-src\\lib"); - Build::Command('"' . $ENV{'VC9BUILDER'} . '" /rebuild build_libcurl.vcproj LIB-Release'); + Build::Command('"' . $ENV{'VC9BUILDER'} . '" /rebuild build_libcurl.vcproj "LIB Release"'); die "Unable to find libcurl.lib!\n" unless (-f "LIB-Release\\libcurl.lib"); chdir("..\\..\\..\\.."); }