emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sweeprolog 972337d6d0 040/166: FIXED: accidentally left de


From: ELPA Syncer
Subject: [nongnu] elpa/sweeprolog 972337d6d0 040/166: FIXED: accidentally left debugging remnants
Date: Fri, 30 Sep 2022 04:59:24 -0400 (EDT)

branch: elpa/sweeprolog
commit 972337d6d012ca8aa120af3c42fb17d2bf3b46ea
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]