From f307d1ed5131487ad233dcbd509a9f71843bcd51 Mon Sep 17 00:00:00 2001 From: Kristin Rutenkolk Date: Tue, 18 Feb 2025 19:05:09 +0100 Subject: [PATCH] fix file not found error: replace load-file with load --- src/clj/coffi/mem.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/coffi/mem.clj b/src/clj/coffi/mem.clj index 83ff377..0243be6 100644 --- a/src/clj/coffi/mem.clj +++ b/src/clj/coffi/mem.clj @@ -2170,7 +2170,7 @@ (~'asMap [~'this] ~'this) (~'asVec [~'this] (VecWrap. ~'this)))))) -(load-file "src/clj/coffi/layout.clj") +(load "layout") (defmacro defstruct "Defines a struct type. all members need to be supplied in pairs of `member-name coffi-type`.