mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Use the latest gettext conan recipe
Slightly modified to be compatible with our conan version Contributes to CURA-10376
This commit is contained in:
parent
8a73fa8935
commit
5845059612
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ class CuraConan(ConanFile):
|
|||
if self.options.devtools:
|
||||
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
|
||||
self.tool_requires("gettext/0.21", force_host_context=True)
|
||||
self.tool_requires("gettext/0.21@ultimaker/testing")
|
||||
|
||||
def layout(self):
|
||||
self.folders.source = "."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue