[*] Update build script again
This commit is contained in:
parent
6d9c3bb9b4
commit
8e52c4a882
@ -30,7 +30,15 @@
|
||||
"platforms": "win32"
|
||||
},
|
||||
"then": {
|
||||
"defines": ["MYTHREAD_VISTA"]
|
||||
"defines": ["MYTHREAD_WIN95"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"filter": {
|
||||
"platforms": "linux"
|
||||
},
|
||||
"then": {
|
||||
"defines": ["MYTHREAD_POSIX"]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user