From 972337d6d012ca8aa120af3c42fb17d2bf3b46ea Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 31 Aug 2022 17:06:42 +0300 Subject: [PATCH] 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 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)) -- 2.39.2