jimeh / build-emacs-for-macos

Somewhat hacky script to automate building of Emac.app on macOS.
484 stars 50 forks source link

feat(native_comp)!: use elisp patch instead of launcher script to set LIBRARY_PATH #15

Closed jimeh closed 4 years ago

jimeh commented 4 years ago

Replace the launcher script with a emacs-lisp patch to comp.el which sets the LIBRARY_PATH environment variable to point at the embedded GCC/libgccjit.

This fixes issues related to the launcher script on macOS 10.15 and later.