From 7ed04b079df07d77ab22a46e2cb9e505402fe59c Mon Sep 17 00:00:00 2001 From: Óscar Nájera Date: Mon, 28 Nov 2022 17:50:11 +0100 Subject: Update notmuch guile bindings Use a makefile to remember how to do it --- lib/guile/ffi/notmuch.ffi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/guile/ffi/notmuch.ffi') diff --git a/lib/guile/ffi/notmuch.ffi b/lib/guile/ffi/notmuch.ffi index 1f8bfce..e404510 100644 --- a/lib/guile/ffi/notmuch.ffi +++ b/lib/guile/ffi/notmuch.ffi @@ -1,4 +1,5 @@ +;; -*- mode: scheme; -*- (define-ffi-module (ffi notmuch) - ; #:pkg-config "notmuch" - #:library '("libnotmuch") + ;; #:pkg-config "notmuch" + #:library '("libnotmuch") #:include '("notmuch.h")) -- cgit v1.2.3