1
0
Fork 0
forked from lthn/blockchain

add devtools postfix to build file name when needed

This commit is contained in:
sowle 2020-06-17 11:10:21 +03:00
parent 90112e6b8f
commit 1c06dafb98
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -27,6 +27,7 @@ fi
if [ -n "$testnet" ] || [ -n "$qt_dev_tools" ]; then
copy_qt_dev_tools=true
ARCHIVE_NAME_PREFIX=${ARCHIVE_NAME_PREFIX}devtools-
fi