nix: remove pie compilation flag on darwin
This commit is contained in:
parent
373d2348be
commit
600ac86a18
@ -43,7 +43,7 @@ common =
|
||||
[ "out" "dev" ]
|
||||
++ lib.optionals enableDocumentation [ "man" "doc" ];
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
hardeningEnable = lib.optionals (!stdenv.isDarwin) [ "pie" ];
|
||||
|
||||
nativeBuildInputs =
|
||||
[ pkg-config ]
|
||||
|
Loading…
Reference in New Issue
Block a user