mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
build: Properly link against libpthread on mingw
This commit is contained in:
@@ -64,6 +64,8 @@ if (WIN32)
|
||||
|
||||
if (MSVC)
|
||||
target_link_options(main PRIVATE /MANIFEST:NO /ENTRY:mainCRTStartup)
|
||||
else()
|
||||
target_link_libraries(main PRIVATE pthread)
|
||||
endif()
|
||||
else ()
|
||||
target_link_libraries(main PRIVATE pthread)
|
||||
|
||||
Reference in New Issue
Block a user