Unverified Commit 26dda3c4 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

prismlauncher: enable PIE

parent b130e618
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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" ];