From 3d073e2ed4f56d18d7ba57343a59fc60a846187a Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Mon, 17 Jul 2023 22:43:30 +0300 Subject: [PATCH] added winpthread library --- .gitmodules | 4 ++++ third-party/winpthread | 1 + 2 files changed, 5 insertions(+) create mode 160000 third-party/winpthread diff --git a/.gitmodules b/.gitmodules index 6d4a8197..532659db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,7 @@ path = third-party/zydis url = https://github.com/zyantific/zydis.git shallow = true +[submodule "third-party/winpthread"] + path = third-party/winpthread + url = https://github.com/shadps4/winpthread.git + branch = main diff --git a/third-party/winpthread b/third-party/winpthread new file mode 160000 index 00000000..e6a93f20 --- /dev/null +++ b/third-party/winpthread @@ -0,0 +1 @@ +Subproject commit e6a93f2050226b33347ca753fa94f6b1a6c34f39