VirtualBox

Ignore:
Timestamp:
Oct 2, 2020 9:33:45 PM (4 years ago)
Author:
vboxsync
Message:

VBoxManage: Added --dump-build-type so valkit/vbox.py has a better chance of detecting the build type. bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r85778 r86434  
    430430            return 0;
    431431        }
     432        if (!strcmp(argv[i], "--dump-build-type"))
     433        {
     434            /* Print the build type, and do nothing else. (Used by ValKit to detect build type.) */
     435            RTPrintf("%s\n", RTBldCfgType());
     436            return 0;
     437        }
    432438#endif
    433439
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