diff options
author | Alan Third <alan@idiocy.org> | 2021-08-29 13:07:54 +0100 |
---|---|---|
committer | Alan Third <alan@idiocy.org> | 2021-08-29 13:09:21 +0100 |
commit | 3065b6b73b72f8661d87e3335b348b347a9eb58d (patch) | |
tree | f253e4fe7a1aac9871c1f849969dd7e31b81fdd1 /lib-src | |
parent | f1901fc3084e6bdd6c72f11dbae58ee2a0232224 (diff) | |
download | emacs-3065b6b73b72f8661d87e3335b348b347a9eb58d.tar.gz emacs-3065b6b73b72f8661d87e3335b348b347a9eb58d.tar.bz2 emacs-3065b6b73b72f8661d87e3335b348b347a9eb58d.zip |
Fix libexec installation on NS (bug#50250)
* lib-src/Makefile.in (ns_applibexecdir): New variable.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 7af89eb380d..e6cda733679 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -52,6 +52,7 @@ top_builddir = @top_builddir@ # Location to install Emacs.app under GNUstep / macOS. # Later values may use this. ns_appbindir=@ns_appbindir@ +ns_applibexecdir=@ns_applibexecdir@ # The default location for installation. Everything is placed in # subdirectories of this directory. The default values for many of |