SDL_ttf: fix build on darwin (#396668)
This commit is contained in:
commit
da3ddfd8ae
@ -33,6 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.enableFeature enableSdltest "sdltest")
|
||||
];
|
||||
|
||||
env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-liconv";
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
|
Loading…
Reference in New Issue
Block a user