This commit is contained in:
2020-05-18 19:18:15 +03:00
parent d2cb72c676
commit b860d8bbaf

View File

@@ -642,6 +642,7 @@ macro(deploy_target _T)
endif()
string(REPLACE "_" "-" _DEBNAME "${_T}")
string(REPLACE "_" "-" _DEBVERSION "${${_T}_VERSION}${_build}+${_TARGET_OS}")
string(TOLOWER "${_DEBNAME}" _DEBNAME)
set(_DEB_ARCH)
if("_${MY_ARCH}" STREQUAL "_arm64")
set(_DEB_ARCH "arm64")