mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
sdl2-compat: fix build on musl (#527130)
This commit is contained in:
commit
863bcd21c9
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
cmakeFlags = [
|
||||
(lib.cmakeBool "SDL2COMPAT_TESTS" finalAttrs.finalPackage.doCheck)
|
||||
(lib.cmakeFeature "CMAKE_INSTALL_RPATH" (lib.makeLibraryPath [ sdl3' ]))
|
||||
(lib.cmakeFeature "CMAKE_BUILD_RPATH" (lib.makeLibraryPath [ sdl3' ]))
|
||||
];
|
||||
|
||||
# skip timing-based tests as those are flaky
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue