mirror of https://github.com/PCSX2/pcsx2.git
CMake:MacOS: Don't strip qt binaries
This commit is contained in:
parent
95ad6b8ab4
commit
5fa35c5273
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue