Skip to content

Fix !x86 build

Frédéric Bonnard requested to merge frediz/openjfx:fix-non-x86-build into master

Properly define CMAKE_SYSTEM_PROCESSOR else we get x86_64 or i586 whichever architecture. Set ENABLE_JIT=OFF at cmake level for all non x86 architectures.

Tested on amd64 and ppc64el.

Merge request reports

Loading