tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

MacOS-files-copy.in (643B)


      1 # Specifies files that should be copied (via deep copy, resolving symlinks)
      2 # from dist/bin to the .app/Contents/MacOS directory. Linking is preferred to
      3 # reduce disk I/O during builds, so just include dylibs which need to be in the
      4 # same directory as returned by dladddr(3).
      5 #
      6 # Some of these dylibs load other dylibs which are assumed to be siblings in
      7 # the same directory obtained from dladdr(3). With macOS 10.15, dladdr returns
      8 # absolute resolved paths which breaks this assumption if symlinks are used
      9 # because the symlink targets are in different directories. Hence the need for
     10 # them to be copied to the same directory.
     11 /*.dylib