Skip to content

Commit

Permalink
Disable re-generation of pot files
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Oct 2, 2023
1 parent 0966baa commit fe3024c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,10 @@ def generate(self):
vb = VirtualBuildEnv(self)
vb.generate()

# FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement
cpp_info = self.dependencies["gettext"].cpp_info
pot = self.python_requires["translationextractor"].module.ExtractTranslations(self, cpp_info.bindirs[0])
pot.generate()
# # FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement
# cpp_info = self.dependencies["gettext"].cpp_info
# pot = self.python_requires["translationextractor"].module.ExtractTranslations(self, cpp_info.bindirs[0])
# pot.generate()

def build(self):
if self.options.devtools:
Expand Down

0 comments on commit fe3024c

Please sign in to comment.