Fix conan typo: (#5044)

Add missed coma in 'exportes_sources'
This commit is contained in:
Olek
2024-06-12 13:16:54 -04:00
committed by GitHub
parent d576416953
commit 58f3abe3c6

View File

@@ -119,7 +119,7 @@ class Xrpl(ConanFile):
'CMakeLists.txt',
'Builds/*',
'bin/getRippledInfo',
'cfg/*'
'cfg/*',
'external/*',
'src/*',
)