Use the correct location for patch_directory

This commit is contained in:
Robbert van der Helm
2021-11-11 03:37:22 +01:00
parent 52d0232c91
commit 488e81c93c
5 changed files with 7 additions and 6 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
/*/*
# The above pattern doesn't match submodules
/bitsery
/function2
/tomlplusplus
/vst3
# And we obviously don't want to ignore our overlays
!/bitsery-patch/*
!/packagefiles/bitsery
!/packagefiles/function2
!/function2-patch/*
+1 -2
View File
@@ -3,5 +3,4 @@ url = https://github.com/fraillt/bitsery.git
# This is tag v5.2.2
revision = c0fc083c9de805e5825d7553507569febf6a6f93
depth = 1
patch_directory = subprojects/bitsery-patch
patch_directory = bitsery
+1 -2
View File
@@ -3,5 +3,4 @@ url = https://github.com/Naios/function2.git
# Tag 4.2.0
revision = 02ca99831de59c7c3a4b834789260253cace0ced
depth = 1
patch_directory = subprojects/function2-patch
patch_directory = function2
@@ -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'))