Skip to content

Commit

Permalink
fix: libxml2 cross compiling from x86_64 Debian10 to x86_64 Debian12
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerthomas committed Sep 8, 2023
1 parent d55139a commit e207c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libxml2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def build(self):
self._build_mingw()
else:
autotools = Autotools(self)
autotools.configure()
autotools.configure(args=["--host={}".format(self.settings.arch)])
autotools.make("libxml2.la")

if self.options.include_utils:
Expand Down

0 comments on commit e207c0b

Please sign in to comment.