Update build.sh

This commit is contained in:
Vadim Grigoruk
2018-08-10 19:19:02 +03:00
committed by GitHub
parent 1b8204781d
commit 3275257ae2

View File

@@ -7,7 +7,7 @@ echo "For a normal build, use the linux target."
echo "-lto targets (Link Time Optimization) have smaller output size."
echo "wasm, emscripten and mingw targets require their compilers to be installed."
PS3="Select build target: "
options=("dependencies" "linux" "linux32-lto" "linux64-lto" "emscripten" "wasm" "mingw" "chip-lto" "exit")
options=("install packages" "linux" "linux32-lto" "linux64-lto" "emscripten" "wasm" "mingw" "chip-lto" "exit")
select opt in "${options[@]}"
do
case $opt in