diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-10-06 11:51:10 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-10-09 04:19:53 (GMT) |
commit | a6351242b673d25d6ff1812cbacf635121610b62 (patch) | |
tree | cc468970c7adeb64c726fc067dd9d941f17614bb /plugins | |
parent | c8c6aa07200a5a0b83ae88057b6dc089414868b0 (diff) | |
download | mxe-a6351242b673d25d6ff1812cbacf635121610b62.zip mxe-a6351242b673d25d6ff1812cbacf635121610b62.tar.gz mxe-a6351242b673d25d6ff1812cbacf635121610b62.tar.bz2 |
winpthreads-host: use mingw-w64 patches
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/examples/host-toolchain/winpthreads-host.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/examples/host-toolchain/winpthreads-host.mk b/plugins/examples/host-toolchain/winpthreads-host.mk index 1a947da..61566ff 100644 --- a/plugins/examples/host-toolchain/winpthreads-host.mk +++ b/plugins/examples/host-toolchain/winpthreads-host.mk @@ -6,6 +6,7 @@ $(PKG)_VERSION = $(mingw-w64_VERSION) $(PKG)_CHECKSUM = $(mingw-w64_CHECKSUM) $(PKG)_SUBDIR = $(mingw-w64_SUBDIR) $(PKG)_FILE = $(mingw-w64_FILE) +$(PKG)_PATCHES = $(mingw-w64_PATCHES) $(PKG)_URL = $(mingw-w64_URL) $(PKG)_URL_2 = $(mingw-w64_URL_2) $(PKG)_DEPS := gcc |