Skip to content

Commit

Permalink
ICU-20160 Adding Python 3 check to Windows makedata.mak.
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Sep 21, 2018
1 parent d69b2f7 commit 3202c3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions icu4c/source/data/makedata.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3202c3e

Please sign in to comment.