Commit cef61243 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/libffi: add support for riscv architecture

by default on riscv architecture, the libffi.so will be placed in lib/lp64d but everywhere else in buildout (and especially for python3 build) we expect the lib to be in lb/ directory.
parent dc91e5d4
......@@ -16,6 +16,7 @@ patch-options = -p1
patches =
${:_profile_base_location_}/libdir.patch#f7274250c8ca43b10e7fc968f730b833
configure-options =
--disable-multi-os-directory
--disable-static
--enable-portable-binary
--with-gcc-arch=generic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment