SDL_ttf: fix sdltest configure flag
The leading dash in the flagname resulted in sdltest not being toggled at all, which broke the darwin build.
This commit is contained in:
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
(lib.enableFeature enableSdltest "-sdltest")
|
||||
(lib.enableFeature enableSdltest "sdltest")
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user