Fix test failures on the CI around nunit-runner
commit 23117379:
meson: Fix test failures on the CI around nunit-runner
environment().prepend() does not stack. None of the operations on that
object stack. This is documented in the Meson reference manual. Also
avoid overriding previously-set operations because that will cause
a warning in a future version of Meson.
Also, we do not need to manually construct MONO_PATH values. We can
pass an array and have Meson construct it for us.
commit cf3b88ae:
meson: Fix some deprecation warnings
We require 0.48 and this was added in 0.47
CC: @alatiera