From b74c89cbab48cb6acf100ce2d369af4083105371 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 3 Dec 2020 17:42:18 +0100 Subject: pdfium: MSVC 2015 build --- external/pdfium/UnpackedTarball_pdfium.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'external/pdfium/UnpackedTarball_pdfium.mk') diff --git a/external/pdfium/UnpackedTarball_pdfium.mk b/external/pdfium/UnpackedTarball_pdfium.mk index f4643376cee0..8b12e494f94b 100644 --- a/external/pdfium/UnpackedTarball_pdfium.mk +++ b/external/pdfium/UnpackedTarball_pdfium.mk @@ -14,6 +14,9 @@ pdfium_patches += build.patch.1 # Avoids Windows 8 build dependency. pdfium_patches += windows7.patch.1 pdfium_patches += c++20-comparison.patch +ifeq (MSC,$(COM)) +pdfium_patches += pdfium4137-numerics.patch.3 msvc2015.patch.1 +endif $(eval $(call gb_UnpackedTarball_UnpackedTarball,pdfium)) -- cgit v1.2.3