remove pthreads4w

This commit is contained in:
crazywhalecc 2023-11-16 00:11:52 +08:00 committed by Jerry Ma
parent a6fbcc954e
commit 3bd5a05725
2 changed files with 1 additions and 23 deletions

View File

@ -311,8 +311,7 @@
],
"lib-suggests-windows": [
"icu",
"xz",
"pthreads4w"
"xz"
]
},
"libxslt": {
@ -450,18 +449,6 @@
"zstd"
]
},
"pthreads4w": {
"source": "pthreads4w",
"static-libs-windows": [
"libpthreadVC3.lib"
],
"headers-windows": [
"_ptw32.h",
"pthread.h",
"sched.h",
"semaphore.h"
]
},
"readline": {
"source": "readline",
"static-libs-unix": [

View File

@ -401,15 +401,6 @@
"path": "LICENSE"
}
},
"pthreads4w": {
"type": "git",
"rev": "master",
"url": "https://github.com/jwinarske/pthreads4w",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"readline": {
"type": "filelist",
"url": "https://ftp.gnu.org/pub/gnu/readline/",