Browse Source

contrib: pthreads: winpthreads is not GPL

pull/70/head
Steve Lhomme 8 years ago
parent
commit
be8644102b
  1. 1
      contrib/src/pthreads/rules.mak

1
contrib/src/pthreads/rules.mak

@ -17,7 +17,6 @@ pthreads: mingw-w64-v$(WINPTHREADS_VERSION).tar.bz2 .sum-pthreads
$(MOVE)
.pthreads: pthreads
$(REQUIRE_GPL)
cd $</mingw-w64-libraries/winpthreads && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) -C mingw-w64-libraries -C winpthreads install
touch $@

Loading…
Cancel
Save