30 lines
808 B
JSON
30 lines
808 B
JSON
{
|
|
"name": "brotli",
|
|
"type": "generic",
|
|
"include": "c/include",
|
|
"sources": [
|
|
"c/common/**.*",
|
|
"c/dec/**.*",
|
|
"c/enc/**.*",
|
|
"c/include/**.*"
|
|
],
|
|
"actions": [
|
|
{
|
|
"filter": {
|
|
"platforms": "mac"
|
|
},
|
|
"then": {
|
|
"defines": "OS_MACOSX"
|
|
}
|
|
},
|
|
{
|
|
"filter": {
|
|
"platforms": "linux"
|
|
},
|
|
"then": {
|
|
"defines": "OS_LINUX"
|
|
}
|
|
}
|
|
]
|
|
}
|