jimeh / build-emacs-for-macos

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

fix(big-sur): resolve issues with building and native-comp on Big Sur #26

Closed jimeh closed 3 years ago

jimeh commented 3 years ago

This incorporates @claford-v-lawrence's PR #25, with the addition of adding the Xcode CLI tools lib path to the runtime LIBRARY_PATH via the native-comp-env-setup patch.

I've fired off a build with these changes on Catalina from commit bd693cc to confirm everything still works.

@AllenDang, @claford-v-lawrence would you two be able to test this on Big Sur, without the (setenv "LIBRARY_PATH" ... snippet in your config I posted on #25.

Confirmations:

ghost commented 3 years ago

@jimeh I can confirm that building on Big Sur works and also native-comp works with Big Sur without your snippet.

AllenDang commented 3 years ago

@jimeh I can confirm too. Everything works fine now. Thank you!