Fix NS native comp search path (bug#49270)
* configure.ac (NS_SELF_CONTAINED): We need to make lispdirrel the same as lispdir when building a self contained app bundle as they're both relative paths.
This commit is contained in:
parent
124ba9db96
commit
995ab9d0a9
1 changed files with 1 additions and 0 deletions
|
@ -2025,6 +2025,7 @@ if test "${HAVE_NS}" = yes; then
|
|||
infodir="\${ns_appresdir}/info"
|
||||
mandir="\${ns_appresdir}/man"
|
||||
lispdir="\${ns_appresdir}/lisp"
|
||||
lispdirrel="\${ns_appresdir}/lisp"
|
||||
test "$locallisppathset" = no && locallisppath="\${ns_appresdir}/site-lisp"
|
||||
INSTALL_ARCH_INDEP_EXTRA=
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue