https://bugs.kde.org/show_bug.cgi?id=428995
--- Comment #6 from amyspark <a...@amyspark.me> --- Git commit ca68a68a052b5acbcf86bb8d27ed01aa60151d3a by L. E. Segovia, on behalf of Ivan Yossi. Committed on 02/10/2022 at 02:16. Pushed by lsegovia into branch 'master'. 3rdparty: ensure the correct macOS architecture is built Some packages need an explicit value of CMAKE_OSX_ARCHITECTURES to be sent to allow a correct build. This is a bit of a hacky way of achieving this. Currently CMake is able to properly build fat binaries if "x86_64;arm64" flag is sent, however, internally CMake represents lists as semicolon separated strings which makes it complicated to pass the entire arch value to ExternalProject without turning into a list in the process. M +3 -1 3rdparty/CMakeLists.txt M +1 -7 3rdparty/ext_ocio/CMakeLists.txt M +7 -0 packaging/macos/osxbuild.sh https://invent.kde.org/graphics/krita/commit/ca68a68a052b5acbcf86bb8d27ed01aa60151d3a -- You are receiving this mail because: You are watching all bug changes.