Files
mijin2/dependencies.json
2024-08-21 09:35:49 +02:00

15 lines
233 B
JSON

{
"libbacktrace":
{
"condition": "compiler_family == 'gcc' or compiler_family == 'clang'"
},
"winsock2":
{
"condition": "target_os == 'nt'"
},
"openssl":
{
"condition": "getenv('MIJIN_ENABLE_OPENSSL')"
}
}