mirror of https://github.com/PCSX2/pcsx2.git
build: Don't try to install a non-existant file.
This commit is contained in:
parent
1bff48cbf9
commit
108a0d0ce6
|
@ -56,9 +56,3 @@ if(ACTUALLY_ENABLE_TESTS)
|
|||
add_subdirectory(tests/ctest)
|
||||
endif()
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
if(NOT WIN32 AND NOT DISABLE_PCSX2_WRAPPER)
|
||||
# special case to avoid having linux files in windows
|
||||
INSTALL(FILES "${CMAKE_SOURCE_DIR}/linux_various/PCSX2-linux.sh" DESTINATION "${CMAKE_SOURCE_DIR}/bin")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue