> Turns out there's another variable that should only be set when > building the app. > Please try the attached patch. That works for me ! So previously the nextstep/Emacs.app was getting generated even with --disable-ns-self-contained. I think that's fine to not build in this case - in fact it duplicates the Emacs executable - but just a note that it kind of changes things for packages. I have a fix for Nixpkgs (which previously installed nexstep/Emacs.app), but I think homebrew-emacs-plus would also be effected: https://github.com/d12frosted/homebrew-emacs-plus On Tue, Jun 22, 2021 at 12:24 PM Alan Third wrote: > On Tue, Jun 22, 2021 at 05:59:59PM +0100, Alan Third wrote: > > If so there's no need for nextstep/Makefile to do anything, so it > > shouldn't matter. I suppose we probably want to avoid generating that > > makefile, or not call it, or something... I'm not sure. > > Turns out there's another variable that should only be set when > building the app. > > Please try the attached patch. > -- > Alan Third >