it appears this sucks

This commit is contained in:
tildearrow 2024-06-18 13:50:01 -05:00
parent d0d271a883
commit ae39f73f8b

View file

@ -1270,12 +1270,12 @@ if (NOT ANDROID OR TERMUX)
else() else()
if (MAKE_BUNDLE) if (MAKE_BUNDLE)
install(TARGETS furnace BUNDLE DESTINATION Applications) install(TARGETS furnace BUNDLE DESTINATION Applications)
endif() else()
#if (NOT APPLE OR FORCE_APPLE_BIN)
install(TARGETS furnace RUNTIME DESTINATION bin) 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) install(TARGETS furnace RESOURCE DESTINATION locale)
endif() endif()
endif() endif()