CMake:MacOS: Don't strip qt binaries

This commit is contained in:
TellowKrinkle 2022-09-07 00:48:51 -05:00 committed by tellowkrinkle
parent 95ad6b8ab4
commit 5fa35c5273
1 changed files with 1 additions and 1 deletions

View File

@ -1862,7 +1862,7 @@ function(setup_main_executable target)
get_filename_component(QT_BINARY_DIRECTORY "${MOC_EXECUTABLE_LOCATION}" DIRECTORY)
find_program(MACDEPLOYQT_EXE macdeployqt HINTS "${QT_BINARY_DIRECTORY}")
add_custom_target(pcsx2-postprocess-bundle ${postprocessBundleType}
COMMAND "${MACDEPLOYQT_EXE}" "$<TARGET_FILE_DIR:${target}>/../.."
COMMAND "${MACDEPLOYQT_EXE}" "$<TARGET_FILE_DIR:${target}>/../.." -no-strip
)
else()
add_custom_target(pcsx2-postprocess-bundle ${postprocessBundleType}