VirtualBox

Changeset 85892 in vbox


Ignore:
Timestamp:
Aug 26, 2020 5:21:07 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140070
Message:

tools/envSub.vbs: Two more path typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/envSub.vbs

    r85862 r85892  
    311311   strOutDir = EnvGetDef("PATH_OUT_BASE", strRootDir & "\out")
    312312   strOutDir = strOutDir & "\" & strTarget & "." & strTargetArch & "\" & strType
    313    EnvPrependPathItem "Path", DosSlashes(strOutDir & "bin\tools"), ";"
    314    EnvPrependPathItem "Path", DosSlashes(strOutDir & "bin"), ";"
     313   EnvPrependPathItem "Path", DosSlashes(strOutDir & "\bin\tools"), ";"
     314   EnvPrependPathItem "Path", DosSlashes(strOutDir & "\bin"), ";"
    315315
    316316   ' Add kbuild binary directory to the front the the path.
     
    319319   ' Finally, add the relevant tools/**/bin directories to the front of the path.
    320320   EnvPrependPathItem "Path", DosSlashes(strPathDevTools & "\bin"), ";"
    321    if strHostArch = "amd64" then EnvPrependPathItem "Path", DosSlashes(strPathDevTools & "\bin\win.x86"), ";"
    322    EnvPrependPathItem "Path", DosSlashes(strPathDevTools & "\bin\win." & strHostArch), ";"
     321   if strHostArch = "amd64" then EnvPrependPathItem "Path", DosSlashes(strPathDevTools & "\win.x86\bin"), ";"
     322   EnvPrependPathItem "Path", DosSlashes(strPathDevTools & "\win." & strHostArch) & "\bin", ";"
    323323
    324324   '
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette