Skip to content
Snippets Groups Projects
Commit 6459c610 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

script: check qt path emptyness for copy-runtime-files.py

Change-Id: I6a794b638cffc66cb18924ca0fcf5be0a0fcb987
parent 2accebd6
No related branches found
No related tags found
No related merge requests found
......@@ -197,4 +197,8 @@ make -j"${proc}"
make_install "${global}" "${priv_install}"
# copy runtime files
python ../copy-runtime-files.py -q ${qt5path}
if [ -z ${qt5path}]; then
python ../copy-runtime-files.py
else
python ../copy-runtime-files.py -q ${qt5path}
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment