Fix small typo
This commit is contained in:
parent
eb0df06bb0
commit
40dc15057c
|
@ -25,7 +25,7 @@ class PlatformNeutralEnv:
|
||||||
sys.exit("ERROR: ninja command not found")
|
sys.exit("ERROR: ninja command not found")
|
||||||
self.meson_command = self._detect_meson()
|
self.meson_command = self._detect_meson()
|
||||||
if not self.meson_command:
|
if not self.meson_command:
|
||||||
sys.exit("ERROR: meson command not fount")
|
sys.exit("ERROR: meson command not found")
|
||||||
self.mesontest_command = "{} test".format(self.meson_command)
|
self.mesontest_command = "{} test".format(self.meson_command)
|
||||||
|
|
||||||
def detect_platform(self):
|
def detect_platform(self):
|
||||||
|
|
Loading…
Reference in New Issue