diff options
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8f73770..5dbcd7a 100644 --- a/meson.build +++ b/meson.build @@ -38,7 +38,7 @@ dep_icecc = dependency('icecc', version : '>= 1.1') dep_thread = dependency('threads') dep_curl = dependency('libcurl', version : '>= 7.0') -dep_json = dependency('rapidjson', version : '>= 1.1', +dep_json = dependency('RapidJSON', version : '>= 1.1', fallback: ['rapidjson', 'rapidjson_dep']) configure_file(output: 'config.h', |
