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