HelloAurora/Build_UserScripts/brotli.aurora.json
Reece 709cb9ca97 [*] Updated tests
(linux almost certainly will not build post net connect multiple endpoints commit)
2023-04-22 01:39:06 +01:00

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"
}
}
]
}