toolBLEx icon indicating copy to clipboard operation
toolBLEx copied to clipboard

ARM build niggle on OSX 15.3.x

Open dirkx opened this issue 11 months ago • 0 comments

Describe the bug Failing to build on OSX 15.3.2 @ arm

Expected behavior

Build

To Reproduce

Git clone; qmake6; make

Additional context

Simply setting the variables to just arm64 (retiring x86)

       EXPORT_VALID_ARCHS = arm64
       EXPORT_DEFAULT_ARCHS = arm64

fixes the builds.

dirkx avatar Apr 04 '25 14:04 dirkx