4e67fe79f3
According to `man dyld`, the default value for DYLD_FALLBACK_LIBRARY_PATH changed in late 2023. In newer binaries, if DYLD_FALLBACK_LIBRARY_PATH is not set, dyld will use /usr/local/lib and /usr/lib as fallback. If it is set, these locations will not be used as lookup paths unless explicitly added. Fixes #2781 PiperOrigin-RevId: 791897707 Change-Id: I00d7e80bfbd5e5d7dbf2f601eaad4d9b0e1030f3