1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Fix libexec installation on NS (bug#50250)

* lib-src/Makefile.in (ns_applibexecdir): New variable.
This commit is contained in:
Alan Third 2021-08-29 13:07:54 +01:00
parent f1901fc308
commit 3065b6b73b

View file

@ -52,6 +52,7 @@ top_builddir = @top_builddir@
# Location to install Emacs.app under GNUstep / macOS. # Location to install Emacs.app under GNUstep / macOS.
# Later values may use this. # Later values may use this.
ns_appbindir=@ns_appbindir@ ns_appbindir=@ns_appbindir@
ns_applibexecdir=@ns_applibexecdir@
# The default location for installation. Everything is placed in # The default location for installation. Everything is placed in
# subdirectories of this directory. The default values for many of # subdirectories of this directory. The default values for many of