From 41d71010fa53792ace3f4c199ca6d9acc3ef2932 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Thu, 29 Aug 2024 15:18:57 +0200 Subject: [PATCH] Fix typo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 7f0d15e9..aeb43447 100644 --- a/meson.build +++ b/meson.build @@ -141,7 +141,7 @@ cpp_odbc_sources = [ cpp_odbc = static_library( 'cpp_odbc', cpp_odbc_sources, - deps: [simdutf], + dependencies: [simdutf], include_directories: include_directories('cpp/cpp_odbc/Library'), )