Actions{
"case(distribution)": {
"...": [
{
"command": [
"sh",
"configure"
],
"type": "post-fetch"
}
],
"msys2": [
{
"command": [
"sh",
"configure",
"--build=x86_64-w64-mingw32"
],
"type": "post-fetch"
}
]
}
}
GPR externals{
"LIBRARY_TYPE": [
"static",
"relocatable",
"static-pic"
],
"XMLADA_BUILD_MODE": [
"distrib",
"Debug",
"Production",
"profile",
"coverage",
"nochecks"
]
}