Skip to content

Commit

Permalink
Deploy soloud & mpg123
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Apr 24, 2017
1 parent 6c17d89 commit d4e59eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions deploy.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
(define-user-libs (libfond cl-fond-cffi::*static*)
(cl-fond-cffi:libfond))

(define-user-libs (libsoloud cl-soloud-cffi::*static*)
(cl-soloud-cffi:libsoloud))

(define-user-libs (libmpg123 cl-mpg123-cffi::*static*)
(cl-mpg123-cffi:libmpg123))

(defun copy-dir-contents (dir to)
(let ((dir (pathname-utils:to-directory dir))
(to (pathname-utils:to-directory to)))
Expand Down
3 changes: 2 additions & 1 deletion trial.asd
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@
:fast-io
:ieee-floats
:lquery
:cl-fond))
:cl-fond
:cl-soloud))

0 comments on commit d4e59eb

Please sign in to comment.