mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
Merge pull request #430 from squidfarts/master
Quick fix to Meson example.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
###################################################################################
|
||||
|
||||
|
||||
project('example-4')
|
||||
project('example-4', 'c')
|
||||
|
||||
unity_dep = dependency('unity', fallback : ['unity', 'unity_dep'])
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[wrap-git]
|
||||
directory = unity
|
||||
url = https://github.com/squidfarts/Unity.git
|
||||
url = https://github.com/ThrowTheSwitch/Unity.git
|
||||
revision = head
|
||||
|
||||
Reference in New Issue
Block a user