tree-wide: SDL may not have a .dev
This commit is contained in:
parent
73a4c001d4
commit
12f36a7cff
@ -672,7 +672,7 @@ in
|
||||
license = "MAME";
|
||||
|
||||
extraBuildInputs = [ libpng SDL ];
|
||||
SDL_CONFIG = "${SDL.dev}/bin/sdl-config";
|
||||
SDL_CONFIG = "${lib.getDev SDL}/bin/sdl-config";
|
||||
dontAddPrefix = true;
|
||||
configurePlatforms = [ ];
|
||||
makeFlags = lib.optional stdenv.hostPlatform.isAarch64 [ "platform=aarch64" ];
|
||||
|
Loading…
Reference in New Issue
Block a user