Commit fe330c57 authored by Isidor Zeuner's avatar Isidor Zeuner
Browse files

retroarchFull: fix pcsx2 core installation

parent 45825cf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -768,7 +768,7 @@ in
    # causes redefinition of _FORTIFY_SOURCE
    hardeningDisable = [ "fortify3" ];

    postBuild = "cd /build/source/build/pcsx2";
    postBuild = "cd $NIX_BUILD_TOP/source/build/pcsx2";
    meta = {
      description = "Port of PCSX2 to libretro";
      license = lib.licenses.gpl3Plus;