summaryrefslogtreecommitdiff
path: root/rodion/packages/games.scm
diff options
context:
space:
mode:
Diffstat (limited to 'rodion/packages/games.scm')
-rw-r--r--rodion/packages/games.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/rodion/packages/games.scm b/rodion/packages/games.scm
index 08f353f..39b52f5 100644
--- a/rodion/packages/games.scm
+++ b/rodion/packages/games.scm
@@ -114,6 +114,7 @@ Filename patterns are composed of regular (printable) characters which may compr
"-Duse_zlib_ng=sse2,ssse3"
;; These both try to git clone subprojects.
"-Dunit_tests=disabled" ; gtest
- "-Duse_mt32emu=false")))))
+ "-Duse_mt32emu=false")
+ #:build-type "release"))))