Skip to content

Commit

Permalink
Improve boost armv7l autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbraendli committed Jan 26, 2022
1 parent 0f05769 commit 8a288cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/ax_boost_base.m4
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
dnl are almost assuredly the ones desired.
AS_CASE([${host_cpu}],
[i?86],[multiarch_libsubdir="lib/i386-${host_os}"],
[armv7l],[multiarch_libsubdir="lib/arm-${host_os}"],
[multiarch_libsubdir="lib/${host_cpu}-${host_os}"]
)
Expand Down

1 comment on commit 8a288cb

@andimik
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this was described in #30 ?

Please sign in to comment.