Hey, I’m trying to run latest version of Defold (1.6.1) on Mac M1 arm64. And it fails to build an empty project with error
/builtins/render/default.render_script
Cannot run program "/var/folders/bf/kxjdjnp96rz3xvx13kkl5kfr0000gn/T/defold-unpack-b364f346962cf24b6845a52c0c97beb5deb7a8f117320511266600294303/arm64-macos/bin/luajit-32": error=86, Bad CPU type in executable
Also, my project fails even though it working on other x64 intel mac.
Maybe somebody can shed the light on what settings are controlling which luajit to use? How can I point editor use only 64 version of luajit?
Thank you in advance!