3

When I try to run Meson, It complains that it can't find Ninja v1.8.2 or newer. I ran this:

meson build-debug

This resulted in the error explained above. I have the latest tools:

Ninja v1.10.2

Meson 0.61.2

x64 Native Tools Command Prompt for VS 2022

GitSD
  • 46
  • 2
  • 10

1 Answers1

2

Reinstalling ninja (v1.10.2.3) via pip fixed this for me (Arch Linux, Meson 0.61.2).

yut23
  • 2,624
  • 10
  • 18