mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Add correct architecture for deb package in toolchain
This commit is contained in:
@@ -12,6 +12,7 @@ SET(QT_BIN_PATH ${CROSSROOT}/Qt5/5.7/gcc_64/bin)
|
||||
# specify the cross compiler
|
||||
SET(CMAKE_C_COMPILER ${TOOLROOT}/bin/arm-linux-gnueabihf-gcc)
|
||||
SET(CMAKE_CXX_COMPILER ${TOOLROOT}/bin/arm-linux-gnueabihf-g++)
|
||||
SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "armhf" )
|
||||
|
||||
SET(CMAKE_SYSROOT ${PIROOT})
|
||||
SET(CMAKE_FIND_ROOT_PATH ${PIROOT})
|
||||
|
Reference in New Issue
Block a user