Skip to content

Commit

Permalink
Relax ICU defines on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhorton committed Feb 27, 2018
1 parent cbff1d4 commit bedaef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Common/CommonDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@
// ICU Configuration
#if defined(INTL_ICU) || defined(HAS_REAL_ICU)
#define U_SHOW_CPLUSPLUS_API 0
#ifndef __LINUX__ // Ubuntu 16.04's apt-get ICU is version 55, which has some APIs we need marked as draft
#define U_DEFAULT_SHOW_DRAFT 0
#define U_HIDE_DRAFT_API 1
#endif
#define U_HIDE_DEPRECATED_API 1
#define U_HIDE_OBSOLETE_API 1
#define U_HIDE_INTERNAL_API 1
Expand Down

0 comments on commit bedaef2

Please sign in to comment.