rpcs3/fix-test-files.patch
Hunter Wardlaw 6d59365e60 - Update to version 0.0.34~git20250128
- BuildRequire pugixml >= 1.15
- BuildRequire cmake >= 3.16.9: BUILDING.md documents cmake 3.28.0+
  as the requirement, but CMakeLists.txt shows 3.16.9

OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=135
2025-01-30 14:54:15 +00:00

12 lines
429 B
Diff

diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt
index 72b3e06e0bd..5a599102287 100644
--- a/rpcs3/CMakeLists.txt
+++ b/rpcs3/CMakeLists.txt
@@ -217,6 +217,4 @@ if(UNIX AND NOT APPLE)
DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
install(DIRECTORY ../bin/git
DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
- install(DIRECTORY ../bin/test
- DESTINATION ${CMAKE_INSTALL_DATADIR}/rpcs3)
endif()