Skip to content

Commit 98018b4

Browse files
committed
another windows fix
1 parent ae932b4 commit 98018b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reel.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
('gnu/linux "so")
3232
('darwin "dylib")
3333
('windows-nt "dll")))
34-
(path (format "libreel.%s" ext)))
34+
(path (format "%s.%s" (if (eq system-type 'windows-nt) "reel" "libreel") ext)))
3535
;; we load the rust output depending on the context
3636
;; if the module exists as a sibling to this file, we immediately load that
3737
(if (file-exists-p (expand-file-name path))

0 commit comments

Comments
 (0)