mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
[Basilisk] Issue MoonchildProductions/UXP#1469 - Copy dylibs to the application bundle instead of symlinks.
This commit is contained in:
parent
e0e1cf493f
commit
b6b9b0e3fa
3 changed files with 14 additions and 1 deletions
|
|
@ -0,0 +1,11 @@
|
|||
# Specifies files that should be copied (via deep copy, resolving symlinks)
|
||||
# from dist/bin to the .app/Contents/MacOS directory. Linking is preferred to
|
||||
# reduce disk I/O during builds, so just include dylibs which need to be in the
|
||||
# same directory as returned by dladdr(3).
|
||||
#
|
||||
# Some of these dylibs load other dylibs which are assumed to be siblings in
|
||||
# the same directory obtained from dladdr(3). With macOS 10.15, dladdr returns
|
||||
# absolute resolved paths which breaks this assumption if symlinks are used
|
||||
# because the symlink targets are in different directories. Hence the need for
|
||||
# them to be copied to the same directory.
|
||||
/*.dylib
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
/*.app/***
|
||||
/*.dylib
|
||||
/certutil
|
||||
/firefox-bin
|
||||
/gtest/***
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue