]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (lispdirrel): Fix value for MacOS build.
authorAndrea Corallo <akrl@sdf.org>
Mon, 5 Oct 2020 06:42:12 +0000 (08:42 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 5 Oct 2020 06:54:48 +0000 (08:54 +0200)
configure.ac

index be53578239b9e6cfe37a0881047887d3c664107f..b7b0c268c84c40eebb15a91bac1e2c1140315a13 100644 (file)
@@ -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