VirtualBox

Changeset 28292 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 14, 2010 10:54:32 AM (15 years ago)
Author:
vboxsync
Message:

Python: OSX SDK searching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/vboxapi.py

    r23552 r28292  
    1717import traceback
    1818
     19# To set Python bitness on OSX use 'export VERSIONER_PYTHON_PREFER_32_BIT=yes'
     20
    1921VboxBinDir = os.environ.get("VBOX_PROGRAM_PATH", None)
    2022VboxSdkDir = os.environ.get("VBOX_SDK_PATH", None)
     
    2527
    2628if VboxSdkDir is None:
    27     VboxSdkDir = os.path.join(VboxBinDir,"sdk")
     29    # Will be set by the installer
     30    VboxSdkDir = "%VBOX_SDK_PATH%"
    2831
    2932os.environ["VBOX_PROGRAM_PATH"] = VboxBinDir
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