git-svn-id: svn://db.shs.com.ru/libs@861 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-18 21:24:09 +00:00
parent ef9575a26c
commit 180af69bae

View File

@@ -183,7 +183,7 @@ macro(deploy_target _T)
endif()
set(_DEB "${_TV}_deb_${MY_ARCH}")
set(_AGD "${_DEPLOY_DIR}/${_DEB}")
string(REPLACE "_" "-" "${_T}" _DEBNAME)
string(REPLACE "_" "-" _DEBNAME "${_T}")
set(_DEB_ARCH)
if("_${MY_ARCH}" STREQUAL "_arm64")
set(_DEB_ARCH "arm64")