Merge pull request #57103 from natemonster321/master

pcsx2: add -DXDG_STD build flag
This commit is contained in:
Matthew Bauer
2019-06-10 21:20:57 -04:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
-DPACKAGE_MODE=TRUE \
-DPLUGIN_DIR="$out/lib/pcsx2" \
-DREBUILD_SHADER=TRUE \
-DXDG_STD=TRUE \
..
'';