Skip to content

Commit

Permalink
Pull request 390: Fix conanfile for dns-libs
Browse files Browse the repository at this point in the history
Merge in ADGUARD-CORE-LIBS/dns-libs from fix/test_conan to master

Squashed commit of the following:

commit e19c8d642142ae5e2163f5370a51fa3b073cbec3
Author: Sergey Fionov <[email protected]>
Date:   Fri Jun 24 16:15:23 2022 +0300

    test
  • Loading branch information
sfionov committed Jun 24, 2022
1 parent b1e364a commit d15b1f6
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 @@ -76,7 +76,7 @@ def package(self):
]

for m in MODULES:
self.copy("*.h", dst="include", src="source_subfolder/%s/include" % m, keep_path=False)
self.copy("*.h", dst="include", src="source_subfolder/%s/include" % m)

self.copy("*.lib", dst="lib", keep_path=False)
self.copy("*.dll", dst="bin", keep_path=False)
Expand Down

0 comments on commit d15b1f6

Please sign in to comment.