]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac : Fix typo for MacOS nativecomp introduced by afb765ab3c
authorAndrea Corallo <akrl@sdf.org>
Sun, 4 Oct 2020 20:48:37 +0000 (22:48 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 4 Oct 2020 20:48:37 +0000 (22:48 +0200)
configure.ac

index 5aceac6d9516b29e7e415bd4918ff422a3bffa8a..be53578239b9e6cfe37a0881047887d3c664107f 100644 (file)
@@ -1910,7 +1910,7 @@ if test "${with_ns}" != no; then
      ns_appdir=`pwd`/nextstep/Emacs.app
      ns_appbindir=${ns_appdir}/Contents/MacOS
      lispdirrel=Contents/Resources
-     ns_appresdir=${ns_appdir}/{lispdirrel}
+     ns_appresdir=${ns_appdir}/${lispdirrel}
      ns_appsrc=Cocoa/Emacs.base
      ns_fontfile=macfont.o
   elif flags=$( (gnustep-config --objc-flags) 2>/dev/null); then