mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add external directory to Conan recipe's exports (#5006)
This commit is contained in:
@@ -117,7 +117,7 @@ class Xrpl(ConanFile):
|
|||||||
self.requires('rocksdb/6.29.5')
|
self.requires('rocksdb/6.29.5')
|
||||||
|
|
||||||
exports_sources = (
|
exports_sources = (
|
||||||
'CMakeLists.txt', 'Builds/*', 'bin/getRippledInfo', 'src/*', 'cfg/*'
|
'CMakeLists.txt', 'Builds/*', 'bin/getRippledInfo', 'src/*', 'cfg/*', 'external/*'
|
||||||
)
|
)
|
||||||
|
|
||||||
def layout(self):
|
def layout(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user