• Daniel Black's avatar
    macos: Fix CMAKE_OSX_ARCHITECTURES when not set · 3699a7e1
    Daniel Black authored
    When CMAKE_OSX_ARCHITECTURES isn't set we end up with
    "Packaging as: mariadb-10.4.33-osx10.19-x86_64" on arm64 builders.
    
    Instead of implying 64bit is x86, use CMAKE_SYSTEM_PROCESSOR to form
    the filename.
    3699a7e1
package_name.cmake 5 KB