Change ICU_VERSION_U from . to -
This commit is contained in:
parent
59105a8344
commit
d44c88ad64
|
@ -53,7 +53,7 @@ set_icu_version() {
|
||||||
exit 1
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export ICU_VERSION_U=${ICU_VERSION//./_}
|
export ICU_VERSION_U=${ICU_VERSION//-/_}
|
||||||
}
|
}
|
||||||
|
|
||||||
add_prebuilt_lib() {
|
add_prebuilt_lib() {
|
||||||
|
|
Loading…
Reference in New Issue