add native support to the build system
This commit is contained in:
parent
5f63ac26cc
commit
4beb850efb
3 changed files with 57 additions and 6 deletions
|
@ -1045,7 +1045,7 @@ write its autoloads into the specified file instead."
|
|||
;; we don't want to depend on whether Emacs was
|
||||
;; built with or without modules support, nor
|
||||
;; what is the suffix for the underlying OS.
|
||||
(unless (string-match "\\.\\(elc\\|so\\|dll\\)" suf)
|
||||
(unless (string-match "\\.\\(elc\\|eln\\|so\\|dll\\)" suf)
|
||||
(push suf tmp)))
|
||||
(concat "^[^=.].*" (regexp-opt tmp t) "\\'")))
|
||||
(files (apply #'nconc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue