summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-07-28 00:09:30 +0200
committerAndreas Enge <andreas@enge.fr>2025-07-28 00:09:30 +0200
commit4200f80644e80cdda650eabb948483bf57a4e2e8 (patch)
treed4ce339b0de4905954ded50ac3993fd2cb8d899e /gnu/packages/game-development.scm
parentd40bc50ea868f57c12b96240f0cd81a2dffd1aea (diff)
gnu: tic80: Fix build with gcc-14.
* gnu/packages/game-development.scm (tic80)[arguments]<#:configure-flags>: Add CMAKE_C_FLAGS. Change-Id: I4a180a2eaec2b3868ed577699abab31ce0a3f7eb
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 9e2ea881bd2..5d9db89cd09 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -3805,6 +3805,8 @@ progresses the level, or you may regenerate tiles as the world changes.")
#~'("-DBUILD_STATIC=ON" ;don't build runtimes as shared libraries
"-DPREFER_SYSTEM_LIBRARIES=ON"
"-DCMAKE_EXE_LINKER_FLAGS=-lpulse" ;for miniaudio
+ "-DCMAKE_C_FLAGS=-Wno-error=incompatible-pointer-types"
+ ;for miniaudio
;; TODO: moon, python, wren
"-DBUILD_WITH_FENNEL=ON"
"-DBUILD_WITH_JANET=ON"