Skip to content

Commit

Permalink
bogus commit
Browse files Browse the repository at this point in the history
Contribute to NP-637
  • Loading branch information
jellespijker committed Dec 11, 2024
1 parent 6de3ca4 commit 1462bcb
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 @@ -222,5 +222,6 @@ def package_info(self):
ext = ".exe" if self.settings.os == "Windows" else ""
self.conf_info.define_path("user.curaengine:curaengine",
os.path.join(self.package_folder, "bin", f"CuraEngine{ext}"))

if self.settings.os == "Emscripten":
self.python_requires["npmpackage"].module.conf_package_json(self)

0 comments on commit 1462bcb

Please sign in to comment.