mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01:00
🐛 Fixed missing files when packaging with ninja on windows
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
This commit is contained in:
@@ -49,7 +49,7 @@ if( ${_OPT}package_manual )
|
||||
endif()
|
||||
|
||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
if( NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio*")
|
||||
if( NOT WIN32)
|
||||
install( DIRECTORY "${dst}" OPTIONAL
|
||||
DESTINATION "${_DATADIR}/audacity/help" )
|
||||
install( FILES "${_SRCDIR}/audacity.1"
|
||||
|
||||
Reference in New Issue
Block a user