https://bugs.kde.org/show_bug.cgi?id=428995
--- Comment #7 from amyspark <a...@amyspark.me> --- Git commit f4558eb2ce102cb0091e1ba559e301ac55239213 by L. E. Segovia, on behalf of Ivan Yossi. Committed on 05/10/2022 at 14:57. Pushed by lsegovia into branch 'krita/5.1'. 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. (cherry picked from commit ca68a68a052b5acbcf86bb8d27ed01aa60151d3a) M +4 -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/f4558eb2ce102cb0091e1ba559e301ac55239213 -- You are receiving this mail because: You are watching all bug changes.