Merge pull request #2829 from hlmbrt/patch-1

Add windows-nt build specifics
This commit is contained in:
Sébastien Gross 2021-04-28 12:47:53 +02:00 committed by GitHub
commit 85ce43eab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
:load-path ("./lisp")
;; if using vm, add `--with-vm-dir=DIR' after ./configure
:build `(("./autogen.sh") ("./configure") ("make"))
:build/windows-nt (("sh" "autogen.sh") ("sh" "configure") ("make"))
:features bbdb-loaddefs
:autoloads nil
:info "doc")