mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Result binary shouldn't be in bin subfolder with any generator on macOS
Since MACOSX_BUNDLE is used
This commit is contained in:
parent
1ec2c16d27
commit
4a0ffdc9f5
1 changed files with 1 additions and 1 deletions
|
@ -1407,7 +1407,7 @@ PRIVATE
|
|||
G_LOG_DOMAIN="Telegram"
|
||||
)
|
||||
|
||||
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 "Telegram")
|
||||
|
|
Loading…
Add table
Reference in a new issue