Skip to content

Commit

Permalink
Merge branch 'main' into fontforge_gettext
Browse files Browse the repository at this point in the history
# Conflicts:
#	recipes/fontforge/all/conanfile.py
  • Loading branch information
ViliusSutkus89 committed Aug 25, 2024
2 parents bc78a44 + 034c0b8 commit 330b527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/fontforge/all/conanfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import sys

from conan import ConanFile
from conan.tools.cmake import CMakeToolchain, CMake, cmake_layout, CMakeDeps
Expand Down Expand Up @@ -98,9 +97,10 @@ def generate(self):
tc.generate()

def build(self):
# Make sure msgfmt from build_tool gettext works properly (issue #16)
self.run("which msgfmt")
self.run("msgfmt --version")
# sys.exit(1)

cmake = CMake(self)
cmake.configure()
cmake.build()
Expand Down

0 comments on commit 330b527

Please sign in to comment.