]> git.eshelyaron.com Git - emacs.git/commit
Fix install with NS app bundle
authorAlan Third <alan@idiocy.org>
Fri, 2 Apr 2021 17:06:59 +0000 (18:06 +0100)
committerAlan Third <alan@idiocy.org>
Wed, 7 Apr 2021 08:06:00 +0000 (09:06 +0100)
commitc35a515a2f7045f004299f601f6d1927ea16cd47
tree26c99f37400e8a721b484a2c08e304f8cedbb53e
parentce15b23846cd82acccb6ce5dd13b0a42f487296b
Fix install with NS app bundle

* configure.ac: Set up CFLAGS and LDFLAGS to find a Homebrew
installation of libgccjit.
* Makefile.in (ELN_DESTDIR): Set to the app bundle resource dir when
required.
(install-eln): macOS install doesn't support the -D flag, so make the
directories separately.
Makefile.in
configure.ac