VirtualBox

Changeset 59836 in vbox for trunk


Ignore:
Timestamp:
Feb 26, 2016 10:29:12 AM (9 years ago)
Author:
vboxsync
Message:

xpcom/gen_python_deps.py: ignore non-existent libraries. On Debian/Ubuntu there is no /usr/lib/x86_64-linux-gnu/libpython3.5.so but there is only /usr/lib/x86_64-linux-gnu/libpython3.5m.so

File:
1 edited

Legend:

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

    r59809 r59836  
    3737            if not os.path.isfile(lib64):
    3838                lib64 = lib
     39                if not os.path.isfile(lib64):
     40                    return None
     41
    3942    else:
    4043        lib64 = None
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