diff options
author | Bradley Sepos <[email protected]> | 2019-03-11 13:18:19 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2019-03-31 18:10:32 -0400 |
commit | 4daf62b54a11d4f960c231000297733bc738645c (patch) | |
tree | 44b82066cb0064f9722ea7d7e6ae51cf047cf57e /contrib/pthreadw32/module.rules | |
parent | ba87e398f6022c0b1954338f23f08471831bb557 (diff) |
contrib: Remove local pthreads-w32 in favor of winpthreads.
Cross-compiling for Windows now requires winpthreads which is part of the toolchain provided by scripts/mingw-w64-build, and similar packages provided by Linux distros.
Diffstat (limited to 'contrib/pthreadw32/module.rules')
-rw-r--r-- | contrib/pthreadw32/module.rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pthreadw32/module.rules b/contrib/pthreadw32/module.rules deleted file mode 100644 index 78448835e..000000000 --- a/contrib/pthreadw32/module.rules +++ /dev/null @@ -1,2 +0,0 @@ -$(eval $(call import.MODULE.rules,PTHREADW32)) -$(eval $(call import.CONTRIB.rules,PTHREADW32)) |