This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit ebc185e
committed
[[ Prebuilts ]] Disable U_HAVE_STRTOD_L when building ICU
This patch ensures that the `U_HAVE_STRTOD_L` is defined to be zero when
compiling the ICU prebuilt on Android. The automake process for ICU 58.2
appears to incorrectly detect whether this function is available when using
>= API 21 NDK toolchains, causing a compile error.1 parent 56e36ef commit ebc185e
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
154 | 159 | | |
155 | 160 | | |
156 | 161 | | |
| |||
0 commit comments