[vbox-dev] [PATCH] 64Bit: Curl tools location
Bodo
bopi at users.sourceforge.net
Mon Nov 12 03:30:30 PST 2012
===================================================================
--- a/configure.vbs (revision 43851)
+++ b/configure.vbs (working copy)
@@ -1975,7 +1975,7 @@
' The tools location (first).
if (strPathCurl = "") And (g_blnInternalFirst) Then
- str = g_strPathDev & "/win.x86/libcurl/v7.18.0"
+ str = g_strPathDev & "/win." & g_strTargetArch & "/libcurl/v7.18.0"
if CheckForCurlSub(str) then strPathCurl = str
end if
This Patch is contributed under the MIT license
Regards
Bodo
More information about the vbox-dev
mailing list