Changeset 49841 in vbox
- Timestamp:
- Dec 9, 2013 1:32:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r49704 r49841 3557 3557 for sCurLoc in asLocations: 3558 3558 if os.path.isfile(os.path.join(sCurLoc, "sdk", "bindings", "VirtualBox.xidl")): 3559 sCurLoc = os.path.join(sCurLoc, "sdk"); 3559 3560 print "Autodetected VBOX_SDK_PATH as", sCurLoc 3560 3561 os.environ["VBOX_SDK_PATH"] = sCurLoc
Note:
See TracChangeset
for help on using the changeset viewer.