VirtualBox

Changeset 77811 in vbox for trunk/src/libs/xpcom18a4/python


Ignore:
Timestamp:
Mar 20, 2019 3:43:54 PM (6 years ago)
Author:
vboxsync
Message:

accidentally made commit was reverted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/gen_python_deps.py

    r77777 r77811  
    1818
    1919versions = ["2.6", "2.7", "3.1", "3.2", "3.2m", "3.3", "3.3m", "3.4", "3.4m", "3.5", "3.5m", "3.6", "3.6m", "3.7", "3.7m"]
    20 prefixes = ["/usr", "/usr/local", "/usr/bin", "/opt", "/opt/local"]
     20prefixes = ["/usr", "/usr/local", "/opt", "/opt/local"]
    2121known = {}
    2222
     
    2727        return None
    2828
    29     lib = os.path.join(p, "lib/x86_64-linux-gnu", dllpre+"python"+v+dllsuff)
    30     ##lib = os.path.join(p, "lib/i386-linux-gnu", dllpre+"python"+v+dllsuff)
     29    lib = os.path.join(p, "lib/i386-linux-gnu", dllpre+"python"+v+dllsuff)
    3130    if not os.path.isfile(lib):
    3231        lib = os.path.join(p, "lib", dllpre+"python"+v+dllsuff)
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