From 3202c3ea94f8f1369bd3269b5c4b2ce3ac7f5fcb Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Thu, 20 Sep 2018 18:00:08 -0700 Subject: [PATCH] ICU-20160 Adding Python 3 check to Windows makedata.mak. --- icu4c/source/data/makedata.mak | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/icu4c/source/data/makedata.mak b/icu4c/source/data/makedata.mak index d7c2466bdbc6..82e7838b29f2 100644 --- a/icu4c/source/data/makedata.mak +++ b/icu4c/source/data/makedata.mak @@ -33,6 +33,14 @@ ICU_LIB_TARGET=$(DLL_OUTPUT)\$(U_ICUDATA_NAME).dll !ENDIF !MESSAGE ICU data make path is $(ICUMAKE) +!IF [python3]!=0 +!MESSAGE Information: Unable to find Python 3. ICU versions 64 and later will require Python 3 to build. +!MESSAGE Information: See ICU-10923 for more information: https://unicode-org.atlassian.net/browse/ICU-10923 +!ELSE +!MESSAGE Information: Found Python 3. You are all set for ICU 64, which will require Python 3 to build. +!MESSAGE Information: For more info on Python 3 requirement, see: https://unicode-org.atlassian.net/browse/ICU-10923 +!ENDIF + # Suffixes for data files .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c