We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566276a commit ae68bd3Copy full SHA for ae68bd3
recipes/ignition-tools/all/conanfile.py
@@ -92,7 +92,6 @@ def package(self):
92
tools.rmdir(os.path.join(self.package_folder, "share"))
93
tools.rmdir(os.path.join(self.package_folder, "lib", "pkgconfig"))
94
tools.rmdir(os.path.join(self.package_folder, "lib", "cmake"))
95
- tools.rmdir(os.path.join(self.recipe_folder, "..", "source"))
96
97
# Remove MS runtime files
98
for dll_pattern_to_remove in ["concrt*.dll", "msvcp*.dll", "vcruntime*.dll"]:
0 commit comments