Downgrade sol2 and force windows ver to 10

This commit is contained in:
Tixx
2025-11-29 23:20:27 +01:00
parent 184d50bf8c
commit 21874afb87
2 changed files with 10 additions and 2 deletions

View File

@@ -148,7 +148,8 @@ if(UNIX)
endif(UNIX) endif(UNIX)
if (WIN32) if (WIN32)
add_compile_options("-D_WIN32_WINNT=0x0601") add_compile_definitions(_WIN32_WINNT=0x0A00)
add_compile_options("/bigobj") add_compile_options("/bigobj")
endif(WIN32) endif(WIN32)

View File

@@ -15,5 +15,12 @@
"rapidjson", "rapidjson",
"sol2", "sol2",
"curl" "curl"
] ],
"overrides": [
{
"name": "sol2",
"version": "3.3.1"
}
],
"builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966"
} }