mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 09:33:34 +02:00
🐛 Fixed missing files when packaging with ninja on windows
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
@@ -59,7 +59,7 @@ endforeach()
|
||||
add_custom_target( ${TARGET} ALL DEPENDS ${OUTPUTS} SOURCES ${SOURCES} )
|
||||
|
||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
if( NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio*")
|
||||
if( NOT WIN32)
|
||||
install( DIRECTORY "${_DEST}/${TARGET}"
|
||||
DESTINATION "${_PKGDATA}" )
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user