Update xmlada-22.0.0.toml (#403)
This commit is contained in:
@@ -19,17 +19,14 @@ gnat = ">=11"
|
|||||||
[configuration]
|
[configuration]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
# Get up-to-date config.guess
|
# XMLada 22.0 config scripts are not able to detect build machine on msys2.
|
||||||
[[actions]]
|
# We explicitly set the value in on the command line:
|
||||||
|
[[actions."case(os)".windows]]
|
||||||
type = "post-fetch"
|
type = "post-fetch"
|
||||||
command = ["wget", "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD", "-O", "config.guess"]
|
command = ["sh", "configure", "--build=x86_64-w64-mingw32"]
|
||||||
|
|
||||||
# Get up-to-date config.sub
|
# For other hosts the detection works fine:
|
||||||
[[actions]]
|
[[actions."case(os)"."..."]]
|
||||||
type = "post-fetch"
|
|
||||||
command = ["wget", "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD", "-O", "config.sub"]
|
|
||||||
|
|
||||||
[[actions]]
|
|
||||||
type = "post-fetch"
|
type = "post-fetch"
|
||||||
command = ["sh", "configure"]
|
command = ["sh", "configure"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user