Skip to content

Commit

Permalink
Merge pull request #9 from edicl/revert-8-issue/3
Browse files Browse the repository at this point in the history
Revert "automate compiling cl-gd-glue"
  • Loading branch information
hanshuebner committed May 15, 2015
2 parents 6d340ce + 45a279c commit c9c369e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cl-gd.asd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
:version "0.6.1"
:serial t
:description "Interface to the GD graphics library"
:defsystem-depends-on (:external-program)
:components ((:file "packages")
(:file "util")
(:file "specials")
Expand All @@ -57,12 +56,5 @@
(:file "strings")
(:file "misc")
(:file "animated-gif"))
:perform (compile-op :before (op c)
(declare (ignore op c))
(sb-posix:chdir (asdf:system-source-directory :cl-gd))
#+darwin
(funcall (symbol-function (intern "RUN" :external-program)) "/usr/bin/make" '("cl-gd-glue.dylib"))
#-darwin
(funcall (symbol-function (intern "RUN" :external-program)) "/usr/bin/make" nil))
:depends-on (#-(or :clisp :openmcl) :uffi
#+(or :clisp :openmcl) :cffi-uffi-compat))

0 comments on commit c9c369e

Please sign in to comment.