use gvdb as a subproject

this fixes the build when using --wrap-mode=nofallback
fix proposed by @eschwartz
This commit is contained in:
ericLemanissier 2022-06-23 08:26:21 +00:00
parent cb0cc996ee
commit f2ea67ae44

View File

@ -2042,6 +2042,7 @@ else
endif
# Import the gvdb sources as a subproject to avoid having the copylib in-tree
subproject('gvdb')
gvdb_dep = dependency('gvdb')
libm = cc.find_library('m', required : false)