[vlc-devel] [PATCH 02/15] contrib: consider compiling for Winstore is always cross compilation

Steve Lhomme robux4 at ycbcr.xyz
Fri Mar 8 16:19:38 CET 2019


Until we have proper triplets different than the host
---
 contrib/src/main.mak | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index d3caf2c8dc7..fc40220b6bf 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -39,6 +39,9 @@ BUILDBINDIR ?= $(BUILDPREFIX)/bin
 ifneq ($(HOST),$(BUILD))
 HAVE_CROSS_COMPILE = 1
 endif
+ifdef HAVE_WINSTORE
+HAVE_CROSS_COMPILE = 1
+endif
 ARCH := $(shell $(SRC)/get-arch.sh $(HOST))
 
 ifeq ($(ARCH)-$(HAVE_WIN32),x86_64-1)
-- 
2.17.1



More information about the vlc-devel mailing list