deploy
This commit is contained in:
@@ -642,6 +642,7 @@ macro(deploy_target _T)
|
|||||||
endif()
|
endif()
|
||||||
string(REPLACE "_" "-" _DEBNAME "${_T}")
|
string(REPLACE "_" "-" _DEBNAME "${_T}")
|
||||||
string(REPLACE "_" "-" _DEBVERSION "${${_T}_VERSION}${_build}+${_TARGET_OS}")
|
string(REPLACE "_" "-" _DEBVERSION "${${_T}_VERSION}${_build}+${_TARGET_OS}")
|
||||||
|
string(TOLOWER "${_DEBNAME}" _DEBNAME)
|
||||||
set(_DEB_ARCH)
|
set(_DEB_ARCH)
|
||||||
if("_${MY_ARCH}" STREQUAL "_arm64")
|
if("_${MY_ARCH}" STREQUAL "_arm64")
|
||||||
set(_DEB_ARCH "arm64")
|
set(_DEB_ARCH "arm64")
|
||||||
|
|||||||
Reference in New Issue
Block a user