Skip to content
Snippets Groups Projects
Unverified Commit 0838dd11 authored by heitbaum's avatar heitbaum Committed by GitHub
Browse files

meson.build: fix typo

parent 32913903
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ dep_tinyxml2 = declare_dependency(
# This is the new way to set dependencies, but let's not break users of older
# versions of meson
if meson.version().version_compare('>= 0.54.0')
meson.override_dependency('tinyxml2', dep_tinxyml2)
meson.override_dependency('tinyxml2', dep_tinyxml2)
endif
if get_option('tests')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment