diff options
| author | Thiago Kenji Okada <thiagokokada@gmail.com> | 2021-11-28 14:18:22 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-11-28 18:46:23 +0000 |
| commit | 8562c5aaa16f3bb9c60ed831d8f81f670f031027 (patch) | |
| tree | dd35fb3f9ffafc6d390d97ee266b591800a3122d | |
| parent | libretro.pcsx2: init at unstable-2021-11-27 (diff) | |
| download | nixpkgs-8562c5aaa16f3bb9c60ed831d8f81f670f031027.tar.gz | |
libretro: remove "-DCMAKE_BUILD_TYPE=Release"
(cherry picked from commit 7ff536edd6a8fff222889229dce7d2673f0ab463)
| -rw-r--r-- | pkgs/misc/emulators/retroarch/cores.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/retroarch/cores.nix b/pkgs/misc/emulators/retroarch/cores.nix index 44c43f0f3284..dd7f723d3c73 100644 --- a/pkgs/misc/emulators/retroarch/cores.nix +++ b/pkgs/misc/emulators/retroarch/cores.nix @@ -367,7 +367,6 @@ in ] ++ (with xorg; [ libSM libX11 libXi libpthreadstubs libxcb xcbutil libXext libXrandr libXinerama libXxf86vm ]); makefile = "Makefile"; cmakeFlags = [ - "-DCMAKE_BUILD_TYPE=Release" "-DLIBRETRO=ON" "-DLIBRETRO_STATIC=1" "-DENABLE_QT=OFF" @@ -695,7 +694,6 @@ in ]; makefile = "Makefile"; cmakeFlags = [ - "-DCMAKE_BUILD_TYPE=Release" "-DLIBRETRO=ON" ]; postPatch = '' @@ -846,7 +844,6 @@ in extraNativeBuildInputs = [ cmake ]; makefile = "Makefile"; cmakeFlags = [ - "-DCMAKE_BUILD_TYPE=Release" "-DBUILD_LIBRETRO_CORE=ON" ]; postPatch = "mkdir -p src/duckstation-libretro"; |
