diff --git a/examples/example_4/meson.build b/examples/example_4/meson.build index 21d1001..ffa2f5e 100644 --- a/examples/example_4/meson.build +++ b/examples/example_4/meson.build @@ -10,7 +10,7 @@ ################################################################################### -project('example-4') +project('example-4', 'c') unity_dep = dependency('unity', fallback : ['unity', 'unity_dep']) diff --git a/examples/example_4/subprojects/unity.wrap b/examples/example_4/subprojects/unity.wrap index bc5b386..f2e54c8 100755 --- a/examples/example_4/subprojects/unity.wrap +++ b/examples/example_4/subprojects/unity.wrap @@ -1,4 +1,4 @@ [wrap-git] directory = unity -url = https://github.com/squidfarts/Unity.git +url = https://github.com/ThrowTheSwitch/Unity.git revision = head