VirtualBox

Changeset 77777 in vbox for trunk/src/libs


Ignore:
Timestamp:
Mar 19, 2019 10:00:28 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129442
Message:

bugref:9312. The command 'VBoxManage cloudprofile' was implemented. It uses new style of help and documentation.

File:
1 edited

Legend:

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

    r67995 r77777  
    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", "/opt", "/opt/local"]
     20prefixes = ["/usr", "/usr/local", "/usr/bin", "/opt", "/opt/local"]
    2121known = {}
    2222
     
    2727        return None
    2828
    29     lib = os.path.join(p, "lib/i386-linux-gnu", dllpre+"python"+v+dllsuff)
     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)
    3031    if not os.path.isfile(lib):
    3132        lib = os.path.join(p, "lib", dllpre+"python"+v+dllsuff)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette