Browse Source

contrib: pthreads: only use pthreads-w32 on winstore builds

For now, we should probably switch to winpthread as well.
pull/70/head
Steve Lhomme 8 years ago
parent
commit
a77bf1c60b
  1. 2
      contrib/src/pthreads/rules.mak

2
contrib/src/pthreads/rules.mak

@ -1,6 +1,6 @@
# POSIX threads
ifndef HAVE_WIN32
ifndef HAVE_WINSTORE
PKGS_FOUND += pthreads
endif

Loading…
Cancel
Save