Skip to content

Commit 03daf57

Browse files
committed
updated conanfile.txt to copy over .so files for linux builds
1 parent d5c839c commit 03daf57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conanfile.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ zeromq:shared=True
2323

2424
[imports]
2525
bin, *.dll -> ./bin
26-
lib, *.pdb -> ./bin
26+
lib, *.so* -> ./bin
2727
lib, *.lib -> ./lib
28+
lib, *.a -> ./lib

0 commit comments

Comments
 (0)