]> git.eshelyaron.com Git - sweep.git/commitdiff
FIXED: accidentally left debugging remnants
authorEshel Yaron <me@eshelyaron.com>
Wed, 31 Aug 2022 14:06:42 +0000 (17:06 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Aug 2022 14:06:42 +0000 (17:06 +0300)
.build.yml
sweep.el

index 2f12efe46985c40781f85e1285dab41014a42817..9f0909ee279ad6017fafd4b6c110aa3a0501132f 100644 (file)
@@ -46,6 +46,7 @@ tasks:
       ninja install
   - build: |
       cd sweep
+      export LD_LIBRARY_PATH=/usr/local/lib
       make
       make sweep.info
       make check
index b43784e2874314abaf68bc163bffb27d677dc4f7..ad96bfa08f5f6d93460f8e7bc37ceb5387a32a71 100644 (file)
--- a/sweep.el
+++ b/sweep.el
                                     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))