aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar/primitive.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 20:11:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 20:17:52 +0100
commitd46183860c1f3f10095e95023adcb79b1896ab0e (patch)
treedd331a0efe9777bfe84160139da1e39df3226b71 /module/vcalendar/primitive.scm
parentAdd stuff to test.scm. (diff)
downloadcalp-d46183860c1f3f10095e95023adcb79b1896ab0e.tar.gz
calp-d46183860c1f3f10095e95023adcb79b1896ab0e.tar.xz
Move C and Scheme code into subdirs.
Diffstat (limited to '')
-rw-r--r--module/vcalendar/primitive.scm (renamed from vcalendar/primitive.scm)4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcalendar/primitive.scm b/module/vcalendar/primitive.scm
index fdce550c..b5eb9388 100644
--- a/vcalendar/primitive.scm
+++ b/module/vcalendar/primitive.scm
@@ -17,5 +17,7 @@
%vcomponent-shallow-copy))
-(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename))))
+(setenv "LD_LIBRARY_PATH"
+ (string-append (dirname (dirname (dirname (current-filename))))
+ "/lib"))
(load-extension "libguile-calendar" "init_lib")