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

misc: use copy-runtime-files.py only in client-qt

Change-Id: If96860fed6a232566b04d131b84f4ce847399572
parent 6459c610
No related branches found
No related tags found
No related merge requests found
......@@ -197,8 +197,10 @@ make -j"${proc}"
make_install "${global}" "${priv_install}"
# copy runtime files
if [ -z ${qt5path}]; then
python ../copy-runtime-files.py
else
python ../copy-runtime-files.py -q ${qt5path}
if [ ${client} = "client-qt" ]; then
if [ -z ${qt5path} ]; then
python ../copy-runtime-files.py
else
python ../copy-runtime-files.py -q ${qt5path}
fi
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