Ticket #31328: patch-src-libs-xpcom18a4-python-gen_python_deps.py.diff

File patch-src-libs-xpcom18a4-python-gen_python_deps.py.diff, 684 bytes (added by ahmed@…, 13 years ago)
  • src/libs/xpcom18a4/python/gen_python_deps.py

    old new  
    7474
    7575    if target == 'darwin':
    7676        ## @todo Pick up the locations from VBOX_PATH_MACOSX_SDK_10_*.
    77         prefixes = ['/Developer/SDKs/MacOSX10.4u.sdk/usr', '/Developer/SDKs/MacOSX10.5.sdk/usr', '/Developer/SDKs/MacOSX10.6.sdk/usr']
     77        prefixes = ['/Developer/SDKs/MacOSX10.4u.sdk/usr', '/Developer/SDKs/MacOSX10.5.sdk/usr', '/Developer/SDKs/MacOSX10.6.sdk/usr', '/Developer/SDKs/MacOSX10.7.sdk/usr']
    7878        dllsuff = '.dylib'
    7979
    8080    if target == 'solaris' and arch == 'amd64':