[vbox-dev] [PATCH] 64Bit: SDL tools location

Bodo bopi at users.sourceforge.net
Mon Nov 12 11:28:41 GMT 2012


===================================================================
--- a/configure.vbs	(revision 43850)
+++ b/configure.vbs	(working copy)
@@ -1673,7 +1673,7 @@
 
    ' The tools location (first).
    if (strPathlibSDL = "") And (g_blnInternalFirst = True) Then
-      str = g_strPathDev & "/win.x86/libsdl/v1.2.14"
+      str = g_strPathDev & "/win." & g_strTargetArch & "/libsdl/v1.2.14"
       if CheckForlibSDLSub(str) then strPathlibSDL = str
    end if


This Patch is contributed under the MIT license

Regards
Bodo





More information about the vbox-dev mailing list