forked from lthn/blockchain
add devtools postfix to build file name when needed
This commit is contained in:
parent
90112e6b8f
commit
1c06dafb98
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue