fix openssl

This commit is contained in:
lizzie 2026-06-09 04:26:28 +00:00
parent e8246f42b2
commit e5fd0b8ef5
2 changed files with 2 additions and 0 deletions

View file

@ -388,6 +388,7 @@ find_package(Threads REQUIRED)
# that we prefer the pthread flag; why is that? I don't know.
if (PLATFORM_EMSCRIPTEN)
add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:-pthread>)
add_link_options($<$<COMPILE_LANGUAGE:C,CXX>:-pthread>)
endif()
find_package(RenderDoc MODULE)