VirtualBox

Changeset 49841 in vbox


Ignore:
Timestamp:
Dec 9, 2013 1:32:33 PM (11 years ago)
Author:
vboxsync
Message:

Frontends/VBoxShell: fix SDK path autodetection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r49704 r49841  
    35573557            for sCurLoc in asLocations:
    35583558                if os.path.isfile(os.path.join(sCurLoc, "sdk", "bindings", "VirtualBox.xidl")):
     3559                    sCurLoc = os.path.join(sCurLoc, "sdk");
    35593560                    print "Autodetected VBOX_SDK_PATH as", sCurLoc
    35603561                    os.environ["VBOX_SDK_PATH"] = sCurLoc
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