>
> AS you may know, bindepend already include an exclude/include mechanism
> for filtering. So your proposed changes will come down to:
>
> 1) Add /usr/lib and /usr/local/lib the the lib-search-path (fwpath) with
> ootool. Okay for me.
>
So I looked closer at the code, and right now, it
ignores DYLD_FALLBACK_LIBRARY_PATH
# dyld searches these paths for framework libs
# we ignore DYLD_FALLBACK_LIBRARY_PATH for now (man dyld)
when I do a "man dyld", it says "By default, [DYLD_FALLBACK_LIBRARY_PATH] is
set to $(HOME)/lib:/usr/local/lib:/lib:/usr/lib." Is there a reason for
ignorning DYLD_FALLBACK_LIBRARY_PATH? If not, instead of hardcoding
/usr/lib and /usr/local/lib, could Pyinstall just not ignore it?
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/pyinstaller/-/FyG8ToyP9L8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.