externals: Remove winpthreads. (#2932)

This commit is contained in:
squidbus
2025-05-15 13:59:34 -07:00
committed by GitHub
parent 98faff425e
commit aeb4536988
9 changed files with 362 additions and 273 deletions

View File

@@ -137,12 +137,6 @@ if (NOT TARGET Zydis::Zydis)
add_subdirectory(zydis)
endif()
# Winpthreads
if (WIN32)
add_subdirectory(winpthreads)
target_include_directories(winpthreads INTERFACE winpthreads/include)
endif()
# sirit
add_subdirectory(sirit)
if (WIN32)

Submodule externals/winpthreads deleted from f35b0948d3