mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 02:30:54 +00:00
Downgrade sol2 and force windows ver to 10
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -15,5 +15,12 @@
|
|||||||
"rapidjson",
|
"rapidjson",
|
||||||
"sol2",
|
"sol2",
|
||||||
"curl"
|
"curl"
|
||||||
]
|
],
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"name": "sol2",
|
||||||
|
"version": "3.3.1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user