From a2f25d05d893f5644f14715222e927aa2e8773cf Mon Sep 17 00:00:00 2001 From: Michael Brockus Date: Fri, 5 Jul 2019 18:10:58 -0700 Subject: [PATCH 1/2] Added 'c' in example 4 --- 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 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']) From 3afc0412e1c5f0f7bd8b264bff3560ad21586254 Mon Sep 17 00:00:00 2001 From: Michael Brockus Date: Sat, 6 Jul 2019 08:54:07 -0700 Subject: [PATCH 2/2] Changed source of Unity. --- examples/example_4/subprojects/unity.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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