[*] Update build script again

This commit is contained in:
Reece Wilson 2023-07-24 13:14:03 +01:00
parent 6d9c3bb9b4
commit 8e52c4a882

View File

@ -30,7 +30,15 @@
"platforms": "win32" "platforms": "win32"
}, },
"then": { "then": {
"defines": ["MYTHREAD_VISTA"] "defines": ["MYTHREAD_WIN95"]
}
},
{
"filter": {
"platforms": "linux"
},
"then": {
"defines": ["MYTHREAD_POSIX"]
} }
} }
], ],