VirtualBox

Changeset 104653 in vbox


Ignore:
Timestamp:
May 16, 2024 9:46:31 AM (7 months ago)
Author:
vboxsync
Message:

tools\envSub.vbs: Detect win.arm64, bugref:10392

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/envSub.vbs

    r98103 r104653  
    9494   if strRealArch = "" then strRealArch = "amd64"
    9595   strRealArch = LCase(strRealArch)
    96    if strRealArch <> "amd64" and strRealArch <> "x86" then
     96   if strRealArch <> "amd64" and strRealArch <> "x86" and strRealArch <> "arm64" then
    9797      MsgError "Unsupported host architecture: " & strRealArch ' quits
    9898   end if
Note: See TracChangeset for help on using the changeset viewer.

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