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
commit 290737edf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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