mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 20:15:29 +02:00
fix openssl
This commit is contained in:
parent
0da809bd8b
commit
0e05587de3
2 changed files with 2 additions and 0 deletions
|
|
@ -386,6 +386,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue