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/fribidi | |
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/fribidi')
-rw-r--r-- | contrib/fribidi/module.defs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/fribidi/module.defs b/contrib/fribidi/module.defs index a37a173c1..ecc59c6a3 100644 --- a/contrib/fribidi/module.defs +++ b/contrib/fribidi/module.defs @@ -1,7 +1,3 @@ -ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) -__deps__ := PTHREADW32 -endif - $(eval $(call import.MODULE.defs,FRIBIDI,fribidi)) $(eval $(call import.CONTRIB.defs,FRIBIDI)) |