mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Add debug information to try and fix build
This commit is contained in:
parent
9a1e384f9a
commit
440b51c189
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ class CuraConan(ConanFile):
|
||||||
else:
|
else:
|
||||||
if data["package"] not in self.dependencies:
|
if data["package"] not in self.dependencies:
|
||||||
continue
|
continue
|
||||||
|
print(data["package"], dir(self.dependencies[data["package"]]))
|
||||||
src_path = os.path.join(self.dependencies[data["package"]].package_folder, data["src"])
|
src_path = os.path.join(self.dependencies[data["package"]].package_folder, data["src"])
|
||||||
elif "root" in data: # get the paths relative from the install folder
|
elif "root" in data: # get the paths relative from the install folder
|
||||||
src_path = os.path.join(self.install_folder, data["root"], data["src"])
|
src_path = os.path.join(self.install_folder, data["root"], data["src"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue