Hi there,
Complete newbie here ready to port my games to Defold.
I am trying to build the Yoga example project (https://github.com/farism/defold-yoga) and I am facing an error on my M1 Mac.
/yoga/src/extension.cpp
Line 9: In file included from upload/yoga/src/extension.cpp:9:
In file included from upload/yoga/src/./yoga/Yoga.h:21:
In file included from upload/yoga/src/./yoga/YGEnums.h:11:
unknown type name 'constexpr'
constexpr int count(); // can't use `= delete` due to a defect in clang < 3.9
^
I have llvm 17.0.6 installed via homebrew on my Mac M1 Mini.
Any ideas? thanks