mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:38:59 +08:00
Use CCI gettext
Contributes to CURA-10831
This commit is contained in:
parent
0d6b19eba6
commit
50fe469122
@ -338,7 +338,7 @@ class CuraConan(ConanFile):
|
|||||||
|
|
||||||
def build_requirements(self):
|
def build_requirements(self):
|
||||||
if self.options.get_safe("enable_i18n", False):
|
if self.options.get_safe("enable_i18n", False):
|
||||||
self.tool_requires("gettext/0.21@ultimaker/testing", force_host_context = True)
|
self.tool_requires("gettext/0.21", force_host_context = True)
|
||||||
|
|
||||||
def layout(self):
|
def layout(self):
|
||||||
self.folders.source = "."
|
self.folders.source = "."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user