Workaround for homebrew gettext when building xz
Compare changes
+ 6
− 1
@@ -14,7 +14,12 @@ function recipe_update {
@@ -14,7 +14,12 @@ function recipe_update {
The xz autogen.sh script requires the autopoint tool which is provided by the gettext homebrew package on macOS but it's not installed into PATH
by default. This MR adds a little workaround to look for the homebrew version of gettext and use its autopoint
if it exists.