summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/game-development.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index aa99109cca..e8d194131f 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2015, 2018, 2021 Ludovic Courtès <[email protected]>
;;; Copyright © 2015, 2018 Alex Kost <[email protected]>
;;; Copyright © 2015, 2016, 2017 David Thompson <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner <[email protected]>
+;;; Copyright © 2016-2021, 2023 Efraim Flashner <[email protected]>
;;; Copyright © 2016, 2017, 2020 Kei Kebreau <[email protected]>
;;; Copyright © 2016, 2018, 2019 Ricardo Wurmus <[email protected]>
;;; Copyright © 2016, 2017, 2018 Julian Graham <[email protected]>
@@ -2427,7 +2427,8 @@ a.k.a. XenoCollide) as described in Game Programming Gems 7.")
(arguments
(list
;; XXX: The sole test is failing on i686 due to a rounding error.
- #:tests? (not (target-x86-32?))
+ #:tests? (not (or (target-x86-32?)
+ (%current-target-system)))
#:configure-flags #~(list "-DODE_WITH_LIBCCD_SYSTEM=ON")
#:phases
#~(modify-phases %standard-phases