mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-24 13:31:29 +00:00
Define minimum supported Windows version as Vista
Libuv makes this default to XP if it's not explicitly set, which makes the condition variable functionality that core now uses unavailable.
This commit is contained in:
parent
40f2b92890
commit
434870bb70
@ -24,7 +24,7 @@
|
||||
],
|
||||
"conditions": [
|
||||
["OS=='win'", {
|
||||
"defines": [ "_UNICODE", "UNICODE", "WIN32=1", "_HAS_EXCEPTIONS=1", "WIN32_LEAN_AND_MEAN" ]
|
||||
"defines": [ "_UNICODE", "UNICODE", "WIN32=1", "_HAS_EXCEPTIONS=1", "WIN32_LEAN_AND_MEAN", "_WIN32_WINNT=0x600" ]
|
||||
}],
|
||||
["OS=='mac'", {
|
||||
"xcode_settings": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user