diff options
Diffstat (limited to 'rodion/packages')
-rw-r--r-- | rodion/packages/games.scm | 3 |
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")))) |