mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-03 11:53:41 +02:00
CMakeModules/package.cmake: add PACKAGE_PLATFORM variable
This commit is contained in:
parent
0c29fedfd9
commit
4aa2a35f37
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ set( PACKAGE_VERSION "${PROJECT_VERSION}" )
|
||||||
set( PACKAGE_HOMEPAGE_URL ${PROJECT_HOMEPAGE_URL} )
|
set( PACKAGE_HOMEPAGE_URL ${PROJECT_HOMEPAGE_URL} )
|
||||||
set( PACKAGE_MAINTAINER ${PROJECT_MAINTAINER})
|
set( PACKAGE_MAINTAINER ${PROJECT_MAINTAINER})
|
||||||
|
|
||||||
|
set( PACKAGE_PLATFORM "x86" )
|
||||||
|
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||||
|
set( PACKAGE_PLATFORM "${PACKAGE_PLATFORM}_64" )
|
||||||
|
endif()
|
||||||
|
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
# Debian script
|
# Debian script
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue