Variable: emacs-build-system

emacs-build-system is a variable defined in version.el.gz.

Value

nil

Documentation

Name of the system on which Emacs was built, or nil if not available.

Probably introduced at or before Emacs version 26.1.

Source Code

;; Defined in /usr/src/emacs/lisp/version.el.gz
(defconst emacs-build-system (system-name)
  "Name of the system on which Emacs was built, or nil if not available.")