Skip to content

Commit

Permalink
Merge pull request #1 from dimpase/patch-1
Browse files Browse the repository at this point in the history
disable compiler cache for cross-volume builds
  • Loading branch information
miguelmarco committed Mar 27, 2019
2 parents 5a7b85d + e7b69c4 commit 33ced44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compile.lisp
Expand Up @@ -5,6 +5,7 @@


(require :asdf)
(asdf:disable-output-translations)
(push #P"./" asdf:*central-registry*)
(require :kenzo)
(asdf:make-build :kenzo :type :fasl :monolithic t :move-here #P".")
Expand Down

0 comments on commit 33ced44

Please sign in to comment.