Merge pull request #265433 from bjornfor/libretro-pcsx2-avoid-nix-build-top
libretro.pcsx2: avoid $NIX_BUILD_TOP
This commit is contained in:
commit
d2a3286017
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ in
|
|||
# causes redefinition of _FORTIFY_SOURCE
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
|
||||
postBuild = "cd $NIX_BUILD_TOP/source/build/pcsx2";
|
||||
postBuild = "cd pcsx2";
|
||||
meta = {
|
||||
description = "Port of PCSX2 to libretro";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
|
|
Loading…
Reference in a new issue