The linker can't find the asmjit lib, which seems not to be built on armhf (i.e. arm 32 bit):
scripts/src/3rdparty.lua, line 1964
--------------------------------------------------
-- asmjit library
--------------------------------------------------
if (not _OPTIONS["FORCE_DRC_C_BACKEND"]) and ((_OPTIONS["PLATFORM"] == "x86") or (_OPTIONS["PLATFORM"] == "arm64")) then
project "asmjit"
uuid "4539757c-6e99-4bae-b3d0-b342a7c49539"
kind "StaticLib"
As an additional remark, I see asmjit is packaged for Ubuntu, but is not available on armhf: does asmjit compile on arm 32?
Any help is much appreciated, thank you!