Skip to content

Commit

Permalink
use append
Browse files Browse the repository at this point in the history
Contribute to NP-186
  • Loading branch information
jellespijker committed May 6, 2024
1 parent 8c93c33 commit 97e8efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Expand Up @@ -43,7 +43,7 @@ def package_info(self):
self.cpp_info.includedirs = []
self.cpp_info.resdirs = ["res"]
self.runenv_info.append_path("CURA_RESOURCES", os.path.join(self.package_folder, "res"))
self.env_info.CURA_RESOURCES.append_path(os.path.join(self.package_folder, "res"))
self.env_info.CURA_RESOURCES.append(os.path.join(self.package_folder, "res"))

def package_id(self):
self.info.clear()

0 comments on commit 97e8efc

Please sign in to comment.