Skip to content
Snippets Groups Projects
Commit 230eb4a2 authored by Elnur Ismailzada's avatar Elnur Ismailzada
Browse files

Fixed build on macos

parent 6a41fadd
Branches
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ elseif(OS_IS_MAC)
set(MACOSX_BUNDLE_BUNDLE_VERSION ${CMAKE_BUILD_NUMBER})
set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 1999-2024. Published under the GNU General Public License version 3.")
set(CMAKE_INSTALL_RPATH ${QT_INSTALL_LIBS})
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_RPATH};${QT_INSTALL_LIBS};@loader_path/../Frameworks")
message("MACOSX_BUNDLE_VERSION: ${MACOSX_BUNDLE_LONG_VERSION_STRING}.${MACOSX_BUNDLE_BUNDLE_VERSION}")
endif()
......
set(MUSE_APP_NAME "Audacity")
set(MUSE_APP_NAME_WITH_SPACE "Audacity")
set(MUSE_APP_TITLE "Audacity")
set(MUSE_APP_GUI_IDENTIFIER org.audacity.${MUSE_APP_NAME})
set(MUSE_APP_VERSION_MAJOR "4")
set(MUSE_APP_VERSION_MINOR "0")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment