-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
In the Contents/Frameworks/gcc/lib/ dir of the built app bundle, there are many symbolic link files, yet they are not linked to the target files properly, that is, they are linked to ../current/[filename]. Though this hasn't affected anything for me, it just feels a bit bad. The build options are:
.\build-emacs-for-macos --native-comp --native-full-aot --no-dbus --alpha-background -j12 masterand those files looks like:
libatomic.1.dylib -> ../current/libatomic.1.dylib
libatomic.a -> ../current/libatomic.a
...
I'm using macOS 15.2.
Metadata
Metadata
Assignees
Labels
No labels