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