Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
relocate app
Browse files Browse the repository at this point in the history
  • Loading branch information
mtravers committed Mar 4, 2012
1 parent f1c0ec6 commit b558cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/compile.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
))

(save-application
(make-pathname :directory (getenv "BUILD_DIR") :name "lispapp")
(format nil "~A/bin/lispapp") (getenv "BUILD_DIR") ;must match path specified in bin/release
:prepend-kernel t
:toplevel-function #'heroku-toplevel
)

0 comments on commit b558cba

Please sign in to comment.