Skip to content

Commit

Permalink
make build: without Deploy, better for Darwin
Browse files Browse the repository at this point in the history
for #62
  • Loading branch information
vindarel committed Aug 31, 2024
1 parent 7deac2d commit 47d9f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ image:

build:
$(LISP) --non-interactive \
--eval '(ql:quickload :deploy)' \
--eval '(ql:quickload "cl+ssl")' \
--load ciel.asd \
--load build-config.lisp \
--eval '(ql:quickload :swank)' \
--eval '(push :deploy-console *features*)' \
--eval '(ql:quickload :ciel)' \
--eval '(ql:quickload :ciel/repl)' \
--eval '(asdf:make :ciel/repl)' \
Expand Down
6 changes: 2 additions & 4 deletions ciel.asd
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,8 @@
(:static-file "simpleHTTPserver")))
)

;; Build a binary with Deploy, ship foreign libraries (and ignore libssl).
:defsystem-depends-on (:deploy) ;; need to (ql:quickload "deploy") before building.
;; :build-operation "program-op"
:build-operation "deploy-op"
:build-operation "program-op"
:build-operation "program-op"
:build-pathname "ciel"
:entry-point "ciel::main")

Expand Down

0 comments on commit 47d9f8e

Please sign in to comment.