diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-08-13 12:45:35 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-08-13 12:45:35 (GMT) |
commit | c927b1424b74e7eac06d2bd7b16985b9af8f9772 (patch) | |
tree | 01666cc10f5177d3cc3d7308a5b9787fc0a3b25c /src/pthreads-w32.mk | |
parent | bfad1b98b004ce6b0e3c7fe0b91d66194a563a03 (diff) | |
download | mxe-c927b1424b74e7eac06d2bd7b16985b9af8f9772.zip mxe-c927b1424b74e7eac06d2bd7b16985b9af8f9772.tar.gz mxe-c927b1424b74e7eac06d2bd7b16985b9af8f9772.tar.bz2 |
packages mingw-utils pthreads-w32 winpthreads: use target specific deps
Diffstat (limited to 'src/pthreads-w32.mk')
-rw-r--r-- | src/pthreads-w32.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pthreads-w32.mk b/src/pthreads-w32.mk index f98c957..30d5632 100644 --- a/src/pthreads-w32.mk +++ b/src/pthreads-w32.mk @@ -8,7 +8,9 @@ $(PKG)_CHECKSUM := 24d40e89c2e66a765733e8c98d6f94500343da86 $(PKG)_SUBDIR := pthreads-w32-$($(PKG)_VERSION)-release $(PKG)_FILE := pthreads-w32-$($(PKG)_VERSION)-release.tar.gz $(PKG)_URL := ftp://sourceware.org/pub/pthreads-win32/$($(PKG)_FILE) -$(PKG)_DEPS := gcc +$(PKG)_DEPS := + +$(PKG)_DEPS_i686-pc-mingw32 := gcc define $(PKG)_UPDATE $(WGET) -q -O- 'ftp://sourceware.org/pub/pthreads-win32/dll-latest/include/pthread.h' | \ |