Skip to content

Improperly symlinked gcc libs #132

@hanwenguo

Description

@hanwenguo

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 master

and 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions