mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: raylib: Fix build with gcc-14.
* gnu/packages/game-development.scm (raylib)[arguments]<#:configure-flags>: Add -Wno-error= to CMAKE_C_FLAGS. Fixes: guix/guix#1606 Change-Id: I012a23a4faa53168cb7727ce7dad1bff45dd5848
This commit is contained in:
parent
ed8288a53d
commit
2b6013a557
1 changed files with 2 additions and 1 deletions
|
|
@ -3714,7 +3714,8 @@ progresses the level, or you may regenerate tiles as the world changes.")
|
|||
#:configure-flags
|
||||
#~(list "-DBUILD_SHARED_LIBS=ON"
|
||||
"-DUSE_EXTERNAL_GLFW=ON"
|
||||
"-DCMAKE_C_FLAGS=-lpulse")
|
||||
(string-append "-DCMAKE_C_FLAGS=-lpulse "
|
||||
"-Wno-error=incompatible-pointer-types"))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'configure 'configure-miniaudio
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue