* configure.ac (lispdirrel): Fix value for MacOS build.
This commit is contained in:
parent
915214ac9a
commit
323200044f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue