mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:29:01 +08:00
run gettext with force_host_context
Contributes to CURA-10376
This commit is contained in:
parent
73e0fd74b5
commit
b4632f67a2
@ -293,7 +293,7 @@ class CuraConan(ConanFile):
|
|||||||
if self.options.devtools:
|
if self.options.devtools:
|
||||||
if self.settings.os != "Windows" or self.conf.get("tools.microsoft.bash:path", check_type = str):
|
if self.settings.os != "Windows" or self.conf.get("tools.microsoft.bash:path", check_type = str):
|
||||||
# FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement
|
# FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement
|
||||||
self.tool_requires("gettext/0.21@ultimaker/testing")
|
self.tool_requires("gettext/0.21@ultimaker/testing", 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