Skip to content
Snippets Groups Projects
Commit f7447e6a authored by Steve Lhomme's avatar Steve Lhomme Committed by Hugo Beauzée-Luyssen
Browse files

contrib: pthreads: only require windows headers when building for win32

And only check for HAVE_MINGW64_V8 use when not using MSVC.
parent b7331f72
No related branches found
No related tags found
1 merge request!574contrib: pthreads: only require windows headers when building for win32
Pipeline #134781 passed with stage
in 28 minutes and 26 seconds
......@@ -7,7 +7,6 @@ WINPTHREADS_GITURL := https://git.code.sf.net/p/mingw-w64/mingw-w64
ifdef HAVE_WIN32
PKGS += pthreads
endif
ifndef HAVE_VISUALSTUDIO
ifdef HAVE_WINSTORE
......@@ -16,10 +15,11 @@ PKGS_ALL += winrt_headers
endif
PKGS += dxvahd
PKGS_ALL += dxvahd
endif
ifeq ($(HAVE_MINGW64_V8),true)
PKGS_FOUND += winrt_headers dxvahd
endif
endif
endif
$(TARBALLS)/mingw-w64-$(WINPTHREADS_HASH).tar.xz:
$(call download_git,$(WINPTHREADS_GITURL),,$(WINPTHREADS_HASH))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment