guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0e743dcde1567ce573debdcafd224c9835079620
Author: Rodion Goritskov <[email protected]>
AuthorDate: Sun Jan 11 23:35:07 2026 +0100
gnu: bullet: Enable multithreading.
* gnu/packages/game-development.scm (bullet):
[arguments] {configure-flags}: Enable multithreading.
Change-Id: I0d5ebde7df170a84ce8033aa3201ebe25137bcfe
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/game-development.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 581806f3a3..7e6efe7d61 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -192,6 +192,7 @@
"-DBUILD_CPU_DEMOS=OFF"
"-DBUILD_OPENGL3_DEMOS=OFF"
"-DBUILD_BULLET2_DEMOS=OFF"
+ "-DBULLET2_MULTITHREADING=ON"
;; openmw 0.47.0 requires bullet to be built with
;; double precision.
;; See <https://issues.guix.gnu.org/52953> for