libretro.pcsx2: disable fortify3 hardening flag

This commit is contained in:
Theodore Ni 2023-07-12 22:24:50 -07:00
parent b3fce87bc5
commit 209ba9b911
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -722,6 +722,10 @@ in
# remove ccache
substituteInPlace CMakeLists.txt --replace "ccache" ""
'';
# causes redefinition of _FORTIFY_SOURCE
hardeningDisable = [ "fortify3" ];
postBuild = "cd /build/source/build/pcsx2";
meta = {
description = "Port of PCSX2 to libretro";