Skip to content

Commit

Permalink
Merge pull request #1079 from openziti/linux-package-arm-rpm
Browse files Browse the repository at this point in the history
correct the target architecture string for arm RPM
  • Loading branch information
qrkourier authored Jan 6, 2025
2 parents d7d841f + 77c8357 commit fefb66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/Linux-arm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ set(CMAKE_C_COMPILER ${triple}-gcc)
set(CMAKE_CXX_COMPILER ${triple}-g++)

set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE armhf)
set(CPACK_RPM_PACKAGE_ARCHITECTURE armv7l)
set(CPACK_RPM_PACKAGE_ARCHITECTURE armv7hl)

set(ENV{PKG_CONFIG_PATH} /usr/lib/${triple}/pkgconfig)

0 comments on commit fefb66a

Please sign in to comment.