15 lines
233 B
JSON
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')"
|
|
}
|
|
}
|