Update paths to please Darwin
Fixes #144. * doc/org/.dir-locals.el.in, doc/org/init.el.in, python/ajax/spotcgi.in, tests/run.in: Here.
This commit is contained in:
parent
a45de35244
commit
cf4f58c34b
4 changed files with 6 additions and 7 deletions
|
|
@ -25,7 +25,9 @@
|
|||
# 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/src/.libs'
|
||||
modpath=$modpath:'@abs_top_builddir@/spot/ltsmin/.libs'
|
||||
modpath=$modpath:'@abs_top_builddir@/spot/.libs'
|
||||
modpath=$modpath:'@abs_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