mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Copy libs to lib_dir
Contributes to CURA-9365
This commit is contained in:
parent
5bc61324ee
commit
3d422e1e29
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ class CuraConan(ConanFile):
|
|||
self.copy_deps("*.dll", src = "@bindirs", dst = self._site_packages)
|
||||
self.copy_deps("*.pyd", src = "@libdirs", dst = self._site_packages)
|
||||
self.copy_deps("*.pyi", src = "@libdirs", dst = self._site_packages)
|
||||
self.copy_deps("*.dylib", src = "@libdirs", dst = self._script_dir)
|
||||
self.copy_deps("*.dylib", src = "@libdirs", dst = self._base_dir.joinpath("lib"))
|
||||
|
||||
# Copy packaging scripts
|
||||
self.copy("*", src = self.cpp_info.resdirs[2], dst = self._base_dir.joinpath("packaging"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue