From b7b65737e8dcc5a94f3def87d3b01a6bd019184f Mon Sep 17 00:00:00 2001 From: Michael Gene Brockus <55331536+troglobyte-coder@users.noreply.github.com> Date: Sun, 19 Jun 2022 06:35:43 -0700 Subject: [PATCH] Update meson.build --- examples/example_4/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example_4/meson.build b/examples/example_4/meson.build index f06c3fe..862e231 100644 --- a/examples/example_4/meson.build +++ b/examples/example_4/meson.build @@ -6,7 +6,7 @@ # project('example-4', 'c') -unity_dep = dependency('unity', fallback : ['unity', 'unity_dep']) +unity_dep = dependency('unity') subdir('src') subdir('test')