git-svn-id: svn://db.shs.com.ru/pip@913 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-03-06 18:04:41 +00:00
parent 7a086198e5
commit a094149425

View File

@@ -7,7 +7,7 @@ include(CheckFunctionExists)
include(PIPMacros.cmake)
set(_ICU_DEFAULT OFF)
if((NOT DEFINED WIN32) AND (DEFINED ANDROID_PLATFORM) AND (DEFINED APPLE))
if((NOT DEFINED WIN32) AND (NOT DEFINED ANDROID_PLATFORM) AND (NOT DEFINED APPLE))
set(_ICU_DEFAULT ON)
endif()