mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Fixes macOS packaging issues
* Help is installed to correct location * dSYM file is ignored * Fixes weird issue with Conan picking up libraries from dSYM
This commit is contained in:
@@ -45,7 +45,11 @@ if( ${_OPT}package_manual )
|
||||
) \
|
||||
")
|
||||
|
||||
install( DIRECTORY "${out_dir}/${host}/" DESTINATION "help/manual" )
|
||||
if( "${CMAKE_GENERATOR}" MATCHES "Xcode" )
|
||||
install( DIRECTORY "${out_dir}/${host}/" DESTINATION "${_APPDIR}/help/manual" )
|
||||
elseif( "${CMAKE_GENERATOR}" MATCHES "Visual Studio*" )
|
||||
install( DIRECTORY "${out_dir}/${host}/" DESTINATION "help/manual" )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
|
||||
Reference in New Issue
Block a user