mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
source_folder as root for materials
conan build fix
This commit is contained in:
parent
0397095789
commit
d80e349f0b
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ class CuraConan(ConanFile):
|
|||
# Copy materials (flat)
|
||||
rmdir(self, os.path.join(self.source_folder, "resources", "materials"))
|
||||
fdm_materials = self.dependencies["fdm_materials"].cpp_info
|
||||
copy(self, "*", fdm_materials.resdirs[0], str(self._share_dir.joinpath("cura")))
|
||||
copy(self, "*", fdm_materials.resdirs[0], self.source_folder)
|
||||
|
||||
# Copy internal resources
|
||||
if self.options.internal:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue