diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d2351d26..8c03caeba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1270,12 +1270,12 @@ if (NOT ANDROID OR TERMUX) else() if (MAKE_BUNDLE) install(TARGETS furnace BUNDLE DESTINATION Applications) - endif() - #if (NOT APPLE OR FORCE_APPLE_BIN) + else() install(TARGETS furnace RUNTIME DESTINATION bin) - #endif() + endif() - if (APPLE AND NOT FORCE_APPLE_BIN) + # ?!?! + if (APPLE AND NOT FORCE_APPLE_BIN AND NOT MAKE_BUNDLE) install(TARGETS furnace RESOURCE DESTINATION locale) endif() endif()