gnu: bullet: Enable multithreading.

* gnu/packages/game-development.scm (bullet):
[arguments] {configure-flags}: Enable multithreading.

Change-Id: I0d5ebde7df170a84ce8033aa3201ebe25137bcfe
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Rodion Goritskov 2026-01-11 23:35:07 +01:00 committed by Liliana Marie Prikler
parent 2a9e61ba60
commit 0e743dcde1
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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