mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
use append
Contribute to NP-186
This commit is contained in:
parent
8be474df39
commit
0ae3574b05
@ -59,7 +59,7 @@ class CuraResource(ConanFile):
|
|||||||
def package_info(self):
|
def package_info(self):
|
||||||
self.cpp_info.includedirs = []
|
self.cpp_info.includedirs = []
|
||||||
self.runenv_info.append_path("CURA_RESOURCES", os.path.join(self.package_folder, "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):
|
def package_id(self):
|
||||||
self.info.clear()
|
self.info.clear()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user