Skip to content

Commit

Permalink
Add debug information to try and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 13, 2024
1 parent 9a1e384 commit 440b51c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def _generate_pyinstaller_spec(self, location, entrypoint_location, icon_path, e
else:
if data["package"] not in self.dependencies:
continue
print(data["package"], dir(self.dependencies[data["package"]]))
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
src_path = os.path.join(self.install_folder, data["root"], data["src"])
Expand Down

0 comments on commit 440b51c

Please sign in to comment.