diff --git a/recipes/xz/recipe.toml b/recipes/xz/recipe.toml index 1ba461ba7..31958a671 100644 --- a/recipes/xz/recipe.toml +++ b/recipes/xz/recipe.toml @@ -1,5 +1,8 @@ [source] tar = "https://codeload.github.com/xz-mirror/xz/tar.gz/v5.2.5" +script = """ +./autogen.sh +""" [build] template = "custom"