Skip to content

build: fix DESTCPU detection on non-Intel platforms

Checklist
  • the commit message follows commit guidelines
Affected core subsystem(s)

build

Description of change

make binary attempts to auto detect DESTCPU if not set, but was assuming being on an Intel architecture (i.e. it was checking for x64 and assuming x86 otherwise).

Merge request reports

Loading