Skip to content

Commit

Permalink
vulkan-utility-libraries: rmdir lib/cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 23, 2023
1 parent 3105641 commit e21884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vulkan-utility-libraries/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def package(self):
copy(self, "LICENSE.md", self.source_folder, os.path.join(self.package_folder, "licenses"))
cmake = CMake(self)
cmake.install()
rmdir(self, os.path.join(self.source_folder, "lib", "cmake", "VulkanUtilityLibraries"))
rmdir(self, os.path.join(self.package_folder, "lib", "cmake"))
rm(self, "*.pdb", os.path.join(self.package_folder, "bin"))
fix_apple_shared_install_name(self)

Expand Down

0 comments on commit e21884a

Please sign in to comment.