We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae932b4 commit 98018b4Copy full SHA for 98018b4
reel.el
@@ -31,7 +31,7 @@
31
('gnu/linux "so")
32
('darwin "dylib")
33
('windows-nt "dll")))
34
- (path (format "libreel.%s" ext)))
+ (path (format "%s.%s" (if (eq system-type 'windows-nt) "reel" "libreel") ext)))
35
;; we load the rust output depending on the context
36
;; if the module exists as a sibling to this file, we immediately load that
37
(if (file-exists-p (expand-file-name path))
0 commit comments