Merge pull request #3876 from flatwhatson/no-native-compile

Allow :no-native-compile in package recipes
This commit is contained in:
Henrik Lissner 2020-09-01 06:59:33 -04:00 committed by GitHub
commit c55391d4ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -474,7 +474,7 @@ elsewhere."
(when-let (recipe (plist-get plist :recipe))
(cl-destructuring-bind
(&key local-repo _files _flavor
_no-build _no-byte-compile _no-autoloads
_no-build _no-byte-compile _no-native-compile _no-autoloads
_type _repo _host _branch _remote _nonrecursive _fork _depth)
recipe
;; Expand :local-repo from current directory