Skip to content

Commit

Permalink
correct the target architecture string for arm RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jan 6, 2025
1 parent d7d841f commit 77c8357
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 77c8357

Please sign in to comment.