From: Eshel Yaron Date: Wed, 31 Aug 2022 14:06:42 +0000 (+0300) Subject: FIXED: accidentally left debugging remnants X-Git-Tag: v0.2.0~63 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=972337d6d012ca8aa120af3c42fb17d2bf3b46ea;p=dict.git FIXED: accidentally left debugging remnants --- diff --git a/.build.yml b/.build.yml index 2f12efe..9f0909e 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 b43784e..ad96bfa 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))