mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-03 09:39:47 +00:00
parent
7e961c4802
commit
8084f14379
18
make-linux
18
make-linux
@ -22,14 +22,20 @@ if [ ! -e ../../sqlite/sqlite3 ]; then
|
|||||||
make sqlite
|
make sqlite
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$(lsb_release -s -r)" == "16.04" ]; then
|
case "$(lsb_release -s -r)" in
|
||||||
export ICU_VERSION=55.1
|
14.04)
|
||||||
elif [ "$(lsb_release -s -r)" == "18.04" ]; then
|
export ICU_VERSION=52.1
|
||||||
export ICU_VERSION=60.2
|
;;
|
||||||
else
|
16.04)
|
||||||
|
export ICU_VERSION=55.1
|
||||||
|
;;
|
||||||
|
18.04)
|
||||||
|
export ICU_VERSION=60.2
|
||||||
|
;;
|
||||||
|
*)
|
||||||
echo "unsure what libicu version to use" >&2
|
echo "unsure what libicu version to use" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
esac
|
||||||
|
|
||||||
export ICU_VERSION_U=${ICU_VERSION//./_}
|
export ICU_VERSION_U=${ICU_VERSION//./_}
|
||||||
make "$@"
|
make "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user