Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Thomason <leethomason@gmail.com>2021-05-18 06:28:27 +0300
committerGitHub <noreply@github.com>2021-05-18 06:28:27 +0300
commit4c7cc9d6e4fbc2ec6edfba1887118960ca5c4940 (patch)
treeeb113ee7abc394e5d0c12348ce69a293815c16d8
parent3291390336141573e51dfa991b4179c8bcd8f306 (diff)
parent0838dd11a3d7a122799298d6556cff501b88421a (diff)
Merge pull request #862 from heitbaum/patch-1
meson.build: fix typo
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 96fb286..2c2fb3a 100644
--- a/meson.build
+++ b/meson.build
@@ -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')