2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fix binary path on macOS

This commit is contained in:
Ilya Fedin
2021-12-11 05:15:59 +04:00
parent 7c712a1b5c
commit 57efadbfe7

View File

@@ -1435,7 +1435,7 @@ PRIVATE
G_LOG_DOMAIN="Kotatogram"
)
if ("${CMAKE_GENERATOR}" STREQUAL "Xcode"
if (APPLE
OR "${CMAKE_GENERATOR}" STREQUAL "Ninja Multi-Config"
OR NOT CMAKE_EXECUTABLE_SUFFIX STREQUAL ""
OR NOT "${output_name}" STREQUAL "Kotatogram")