branch: elpa/sweeprolog commit 972337d6d012ca8aa120af3c42fb17d2bf3b46ea Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
FIXED: accidentally left debugging remnants --- .build.yml | 1 + sweep.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 2f12efe469..9f0909ee27 100644 --- a/.build.yml +++ b/.build.yml @@ -46,6 +46,7 @@ tasks: ninja install - build: | cd sweep + export LD_LIBRARY_PATH=/usr/local/lib make make sweep.info make check diff --git a/sweep.el b/sweep.el index b43784e287..ad96bfa08f 100644 --- a/sweep.el +++ b/sweep.el @@ -116,7 +116,7 @@ sweep-prolog-server-port)) (apply #'sweep-initialize (cons (expand-file-name "bin/swipl" (file-name-directory - (buffer-file-name))) + load-file-name)) (cons "-q" (cons "--no-signals" sweep-init-args)))) (sweep-start-prolog-server))