From ae39f73f8bd4175b9c7a1d5fcabe7304136d2217 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Tue, 18 Jun 2024 13:50:01 -0500 Subject: [PATCH] it appears this sucks --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()