1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Merge pull request #430 from squidfarts/master

Quick fix to Meson example.
This commit is contained in:
Mark VanderVoord
2019-07-06 12:00:17 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
################################################################################### ###################################################################################
project('example-4') project('example-4', 'c')
unity_dep = dependency('unity', fallback : ['unity', 'unity_dep']) unity_dep = dependency('unity', fallback : ['unity', 'unity_dep'])

View File

@@ -1,4 +1,4 @@
[wrap-git] [wrap-git]
directory = unity directory = unity
url = https://github.com/squidfarts/Unity.git url = https://github.com/ThrowTheSwitch/Unity.git
revision = head revision = head