From 3275257ae219fb49e30f87dca8bc91a355cc263e Mon Sep 17 00:00:00 2001 From: Vadim Grigoruk Date: Fri, 10 Aug 2018 19:19:02 +0300 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ecb9d11..80d014e 100755 --- a/build.sh +++ b/build.sh @@ -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