libretro.pcsx2: disable fortify3 hardening flag
This commit is contained in:
parent
b3fce87bc5
commit
209ba9b911
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue