forked from mirrors/nixpkgs
prismlauncher: enable PIE
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
b130e618d6
commit
26dda3c45e
|
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
|||
tomlplusplus
|
||||
] ++ lib.optional gamemodeSupport gamemode;
|
||||
|
||||
hardeningEnable = [ "pie" ];
|
||||
|
||||
cmakeFlags = lib.optionals (msaClientID != null) [ "-DLauncher_MSA_CLIENT_ID=${msaClientID}" ]
|
||||
++ lib.optionals (lib.versionAtLeast qtbase.version "6") [ "-DLauncher_QT_VERSION_MAJOR=6" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue