emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 3232000: * configure.ac (lispdirrel): Fix value for


From: Andrea Corallo
Subject: feature/native-comp 3232000: * configure.ac (lispdirrel): Fix value for MacOS build.
Date: Mon, 5 Oct 2020 02:55:59 -0400 (EDT)

branch: feature/native-comp
commit 323200044f0c3f716f8f78a6f5e39349fe039117
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * configure.ac (lispdirrel): Fix value for MacOS build.
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index be53578..b7b0c26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1906,11 +1906,11 @@ if test "${with_ns}" != no; then
   # so avoid NS_IMPL_COCOA if macuvs.h is absent.
   # Even a headless Emacs can build macuvs.h, so this should let you bootstrap.
   if test "${opsys}" = darwin && test -f "$srcdir/src/macuvs.h"; then
+     lispdirrel=Contents/Resources/lisp
      NS_IMPL_COCOA=yes
      ns_appdir=`pwd`/nextstep/Emacs.app
      ns_appbindir=${ns_appdir}/Contents/MacOS
-     lispdirrel=Contents/Resources
-     ns_appresdir=${ns_appdir}/${lispdirrel}
+     ns_appresdir=${ns_appdir}/Contents/Resources
      ns_appsrc=Cocoa/Emacs.base
      ns_fontfile=macfont.o
   elif flags=$( (gnustep-config --objc-flags) 2>/dev/null); then



reply via email to

[Prev in Thread] Current Thread [Next in Thread]