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 74 74 75 75 if target == 'darwin': 76 76 ## @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'] 78 78 dllsuff = '.dylib' 79 79 80 80 if target == 'solaris' and arch == 'amd64':