Update build.sh
This commit is contained in:
2
build.sh
2
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 "-lto targets (Link Time Optimization) have smaller output size."
|
||||||
echo "wasm, emscripten and mingw targets require their compilers to be installed."
|
echo "wasm, emscripten and mingw targets require their compilers to be installed."
|
||||||
PS3="Select build target: "
|
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[@]}"
|
select opt in "${options[@]}"
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
|
|||||||
Reference in New Issue
Block a user