ChordPro / chordpro

Reference implementation of the ChordPro standard for musical lead sheets.
Other
325 stars 51 forks source link

macOS: Build classic on ARM #426

Closed Desbeers closed 2 months ago

Desbeers commented 2 months ago
Desbeers commented 2 months ago

Please double-check that relocating the libs does not break our treasured Catalina! :-)

sciurius commented 2 months ago

It does break....

When codesigned, startup hangs forever. GUI and CLI.

When the execption for libpcre2 is removed from reloc.pl, it crashes at startup.

Desbeers commented 2 months ago

Bummer... This is like painting in the dark :-)

Updated the PR so it will only conditional rename libs (when Intel) and code sign (when ARM)...