Skip to content

Commit

Permalink
Add windows-nt build specifics
Browse files Browse the repository at this point in the history
  • Loading branch information
lispstudent authored and akopytov committed Jan 16, 2023
1 parent e73bc2a commit d330687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/bbdb.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit d330687

Please sign in to comment.