mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-19 18:03:56 +02:00
Use the correct location for patch_directory
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
/*/*
|
/*/*
|
||||||
|
|
||||||
# The above pattern doesn't match submodules
|
# The above pattern doesn't match submodules
|
||||||
|
/bitsery
|
||||||
|
/function2
|
||||||
/tomlplusplus
|
/tomlplusplus
|
||||||
/vst3
|
/vst3
|
||||||
|
|
||||||
# And we obviously don't want to ignore our overlays
|
# And we obviously don't want to ignore our overlays
|
||||||
!/bitsery-patch/*
|
!/packagefiles/bitsery
|
||||||
|
!/packagefiles/function2
|
||||||
!/function2-patch/*
|
!/function2-patch/*
|
||||||
|
|||||||
@@ -3,5 +3,4 @@ url = https://github.com/fraillt/bitsery.git
|
|||||||
# This is tag v5.2.2
|
# This is tag v5.2.2
|
||||||
revision = c0fc083c9de805e5825d7553507569febf6a6f93
|
revision = c0fc083c9de805e5825d7553507569febf6a6f93
|
||||||
depth = 1
|
depth = 1
|
||||||
|
patch_directory = bitsery
|
||||||
patch_directory = subprojects/bitsery-patch
|
|
||||||
|
|||||||
@@ -3,5 +3,4 @@ url = https://github.com/Naios/function2.git
|
|||||||
# Tag 4.2.0
|
# Tag 4.2.0
|
||||||
revision = 02ca99831de59c7c3a4b834789260253cace0ced
|
revision = 02ca99831de59c7c3a4b834789260253cace0ced
|
||||||
depth = 1
|
depth = 1
|
||||||
|
patch_directory = function2
|
||||||
patch_directory = subprojects/function2-patch
|
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
project('bitsery', 'cpp', version : '5.2.0')
|
project('bitsery', 'cpp', version : '5.2.2')
|
||||||
|
|
||||||
bitsery_dep = declare_dependency(include_directories : include_directories('include'))
|
bitsery_dep = declare_dependency(include_directories : include_directories('include'))
|
||||||
Reference in New Issue
Block a user