diff --git a/subprojects/packagefiles/minhook.patch b/subprojects/packagefiles/minhook.patch index 45f5f37..1709e1e 100644 --- a/subprojects/packagefiles/minhook.patch +++ b/subprojects/packagefiles/minhook.patch @@ -1,3 +1,4 @@ +--- minhook/meson.build +++ minhook/meson.build @@ -0,0 +1,18 @@ +project('minhook', 'c', version: '1.0.0') diff --git a/subprojects/packagefiles/tomlc99.patch b/subprojects/packagefiles/tomlc99.patch index d038a0b..693eedf 100644 --- a/subprojects/packagefiles/tomlc99.patch +++ b/subprojects/packagefiles/tomlc99.patch @@ -1,3 +1,4 @@ +--- tomlc99/meson.build +++ tomlc99/meson.build @@ -0,0 +1,12 @@ +project('tomlc99', 'c', version: '1.0.0')