update linux.
Some checks failed
Some checks failed
This commit is contained in:
parent
4f9919a931
commit
e9ec8ece00
@ -1,11 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
base_path=$(pwd)
|
||||
if [ $base_path == /home/* ]; then
|
||||
build_path=${base_path}/build
|
||||
else
|
||||
if [[ $base_path =~ ^/mnt/ ]]; then
|
||||
build_path=/tmp/build
|
||||
else
|
||||
build_path=${base_path}/build
|
||||
fi
|
||||
echo "build path: $build_path"
|
||||
qt_prefix_path="/opt/Qt/6.8.0/gcc_64"
|
||||
|
||||
debug_deploy=false
|
||||
|
Loading…
Reference in New Issue
Block a user