diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-27 16:30:30 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-27 16:30:30 -0400 |
commit | 67b76b93b5f9d1ba3816da0703ea225c14ef3f8d (patch) | |
tree | 6c2a75ebe7bad58e2ad5a45f1831667733a35cd4 | |
parent | d7e3e2ff3965d38440e52a597367a9962d9b8ebd (diff) |
cli: bundle: Remove FLAC from shared library list.
-rw-r--r-- | chickadee/cli/bundle.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chickadee/cli/bundle.scm b/chickadee/cli/bundle.scm index 09c6ddf..8f60095 100644 --- a/chickadee/cli/bundle.scm +++ b/chickadee/cli/bundle.scm @@ -321,7 +321,6 @@ exec bin/guile ~a (bundle-name . "chickadee-bundle") (launcher-name . "launch-game") (libraries . ("ffi" - "FLAC" "freetype" "gc" "gmp" |