Try to rightclick Defold > Properties > then type in “MESA_GL_VERSION_OVERRIDE=2.1 %command%” in the launch options.
Something like this -
For completeness, if instead what you want are arguments to the binary, then you can just pass those in directly (no need for %command%), like -a -b -c
.