MinGW: Update mingw-std-threads

Remove requirement for MinGW-specific includes
This commit is contained in:
Jonathan G Rennison
2023-12-13 20:29:05 +00:00
parent 916676998f
commit ba7d2c92d2
10 changed files with 375 additions and 140 deletions

View File

@@ -282,6 +282,10 @@ endif()
set_target_properties(openttd PROPERTIES OUTPUT_NAME "${BINARY_NAME}")
# All other files are added via target_sources()
if (MINGW)
target_link_libraries(${OPENTTD_LIB} mingw_stdthreads)
endif()
set(host_tools_list strgen settingsgen)
if(HOST_BINARY_DIR)