SDL2: fix build on darwin
This commit is contained in:
parent
016595d931
commit
49897b8859
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
depsBuildBuild = [ pkgconfig ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig wayland ];
|
||||
nativeBuildInputs = [ pkgconfig ] ++ optionals waylandSupport [ wayland ];
|
||||
|
||||
propagatedBuildInputs = dlopenPropagatedBuildInputs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user