mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fix binary path on macOS
This commit is contained in:
@@ -1435,7 +1435,7 @@ PRIVATE
|
|||||||
G_LOG_DOMAIN="Kotatogram"
|
G_LOG_DOMAIN="Kotatogram"
|
||||||
)
|
)
|
||||||
|
|
||||||
if ("${CMAKE_GENERATOR}" STREQUAL "Xcode"
|
if (APPLE
|
||||||
OR "${CMAKE_GENERATOR}" STREQUAL "Ninja Multi-Config"
|
OR "${CMAKE_GENERATOR}" STREQUAL "Ninja Multi-Config"
|
||||||
OR NOT CMAKE_EXECUTABLE_SUFFIX STREQUAL ""
|
OR NOT CMAKE_EXECUTABLE_SUFFIX STREQUAL ""
|
||||||
OR NOT "${output_name}" STREQUAL "Kotatogram")
|
OR NOT "${output_name}" STREQUAL "Kotatogram")
|
||||||
|
Reference in New Issue
Block a user