Skip to content

Commit 3eeef9c

Browse files
author
DogLooksGood
committed
Update module header
1 parent e6a89e9 commit 3eeef9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rime.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Otherwise you should set this to where you put librime."
292292
(defun rime--guess-emacs-module-header-root ()
293293
"Guess `emacs-module-module-header-root' from some known places."
294294
(or
295-
(let ((module-header (expand-file-name "emacs-module.h" (concat source-directory "src/"))))
295+
(let ((module-header (expand-file-name "emacs-module.h" (concat source-directory "/src/"))))
296296
(when (file-exists-p module-header)
297297
(file-name-directory module-header)))
298298
(let* ((emacs-dir (getenv "emacs_dir")) ;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Misc-Variables.html

0 commit comments

Comments
 (0)