Skip to content

Commit 728611e

Browse files
committed
libmodplug: Remove pkgconfig files
1 parent dd7eb0f commit 728611e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes/libmodplug/all/conanfile.py

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def package(self):
4444
cmake = self._configure_cmake()
4545
cmake.install()
4646

47+
tools.rmdir(os.path.join(self.package_folder, "lib", "pkgconfig"))
48+
4749
def package_info(self):
4850
self.cpp_info.libs = ["modplug"]
4951
self.cpp_info.bindirs = ["lib"]

0 commit comments

Comments
 (0)