mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +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
|
||||
/bitsery
|
||||
/function2
|
||||
/tomlplusplus
|
||||
/vst3
|
||||
|
||||
# And we obviously don't want to ignore our overlays
|
||||
!/bitsery-patch/*
|
||||
!/packagefiles/bitsery
|
||||
!/packagefiles/function2
|
||||
!/function2-patch/*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
-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'))
|
||||
Reference in New Issue
Block a user