fix paths mentioning buddy/src/.libs
Those had been incorrectly renamed to buddy/spot/.libs when we rename the main src/ directory into spot/. This only affected the setting of DYLD_LIBRARY_PATH, that used to be needed on Darwin. * doc/org/.dir-locals.el.in, doc/org/init.el.in, python/ajax/spotcgi.in, tests/run.in: Fix the PATH.
This commit is contained in:
parent
fbdd146565
commit
064ccd5c05
4 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@
|
|||
# libraries are (on this platform libtool encodes the expected final
|
||||
# path of dependent libraries in each library).
|
||||
modpath='@abs_top_builddir@/python/.libs:@abs_top_builddir@/python/spot/.libs'
|
||||
modpath=$modpath:'@top_builddir@/spot/.libs:@top_builddir@/buddy/spot/.libs'
|
||||
modpath=$modpath:'@top_builddir@/spot/.libs:@top_builddir@/buddy/src/.libs'
|
||||
|
||||
# We need access to both the *.py files, and the *.so. We used to
|
||||
# rely on a module called ltihooks.py to teach the import function how
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue