Actions[
{
"command": [
"make",
"setup",
"ZLIB=false",
"DEMOS=false",
"LAL=false",
"XMLADA=false",
"SOCKET=openssl",
"prefix=install_dir",
"PRJ_BUILD=Release"
],
"type": "post-fetch"
}
]
GPR externals{
"LIBRARY_TYPE": [
"static",
"relocatable"
],
"PRJ_BUILD": [
"Debug",
"Release"
],
"PRJ_SOCKLIB": [
"gnat",
"ipv6",
"ipv4"
],
"PRJ_TARGET": [
"Windows_NT",
"UNIX",
"Darwin",
"vxworks",
"freebsd"
]
}
GPR values{
"PRJ_LAL": "Disabled",
"PRJ_LDAP": "Disabled",
"case(os)": {
"linux": {
"PRJ_TARGET": "UNIX",
"TARGET": "x86_64-pc-linux-gnu"
},
"macos": {
"PRJ_TARGET": "Darwin",
"TARGET": "x86_64-apple-darwin19.6.0"
},
"windows": {
"PRJ_TARGET": "Windows_NT",
"TARGET": "x86_64-w64-mingw32"
}
}
}