Allow :no-native-compile in package recipes

This commit is contained in:
Andrew Whatson 2020-09-01 20:47:38 +10:00
parent 79c1fcefcf
commit bb74d2716f

View file

@ -474,7 +474,7 @@ elsewhere."
(when-let (recipe (plist-get plist :recipe)) (when-let (recipe (plist-get plist :recipe))
(cl-destructuring-bind (cl-destructuring-bind
(&key local-repo _files _flavor (&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) _type _repo _host _branch _remote _nonrecursive _fork _depth)
recipe recipe
;; Expand :local-repo from current directory ;; Expand :local-repo from current directory