diff options
| author | Rodion Goritskov <rodion@goritskov.com> | 2026-01-11 23:35:07 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-19 21:38:21 +0100 |
| commit | 0e743dcde1567ce573debdcafd224c9835079620 (patch) | |
| tree | 1817c22429df1914f00414d4c5673bec347b46f8 /gnu/packages/game-development.scm | |
| parent | 2a9e61ba606031977600c5888c977f91b46d3af4 (diff) | |
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>
Diffstat (limited to 'gnu/packages/game-development.scm')
| -rw-r--r-- | gnu/packages/game-development.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 581806f3a3a..7e6efe7d611 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 |
