diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/pthreadpool/vcpkg.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports/pthreadpool/vcpkg.json b/ports/pthreadpool/vcpkg.json index 8bd25e1f5..cff1bc650 100644 --- a/ports/pthreadpool/vcpkg.json +++ b/ports/pthreadpool/vcpkg.json @@ -1,13 +1,10 @@ { "name": "pthreadpool", "version-date": "2020-04-10", + "port-version": 1, "description": "Portable (POSIX/Windows/Emscripten) thread pool for C/C++", "homepage": "https://github.com/Maratyszcza/pthreadpool", "dependencies": [ - "fxdiv", - { - "name": "pthreads", - "platform": "windows & uwp" - } + "fxdiv" ] } |
