Fix binary path on macOS
This commit is contained in:
parent
7c712a1b5c
commit
57efadbfe7
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue