Time Nick Message 10:02 sfan5 merging #11411, #11454, #11575 in 10m 10:02 ShadowBot https://github.com/minetest/minetest/issues/11411 -- Remove redundant register_on_dieplayer calls by savilli 10:02 ShadowBot https://github.com/minetest/minetest/issues/11454 -- Add macOS workflow by FnControlOption 10:02 ShadowBot https://github.com/minetest/minetest/issues/11575 -- Async-related script cleanups by sfan5 12:49 MTDiscord sfan5: you kinda fucked up the macOS deployment 12:52 sfan5 explain 12:54 MTDiscord Namely you can target older versions with crake 12:55 MTDiscord It’s targeting 10.14 when 10.9 Mavericks is the earliest version that can be reliably targeted 12:55 sfan5 will that work with the libs installed by brew? 12:56 MTDiscord Theoretically 12:56 MTDiscord My libs link against 11.0 since I compiled from source 12:56 MTDiscord So far it works on Catalina 13:02 MTDiscord also for those running Big Sur with Apple Silicon 13:02 MTDiscord brew builds are killed by kernel due to brews lack of codesigning 13:03 MTDiscord and the current CPack method breaks it as well, which is entirely why mine is staticly linked and built from source on all ends