Skip to content

Commit

Permalink
Add external directory to Conan recipe's exports (XRPLF#5006)
Browse files Browse the repository at this point in the history
  • Loading branch information
legleux authored and sophiax851 committed Jun 12, 2024
1 parent 5a1d362 commit 4498adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def requirements(self):
self.requires('rocksdb/6.29.5')

exports_sources = (
'CMakeLists.txt', 'Builds/*', 'bin/getRippledInfo', 'src/*', 'cfg/*'
'CMakeLists.txt', 'Builds/*', 'bin/getRippledInfo', 'src/*', 'cfg/*', 'external/*'
)

def layout(self):
Expand Down

0 comments on commit 4498adb

Please sign in to comment.