--with-pic for libffi

This commit is contained in:
DubbleClick 2025-05-31 14:06:00 +07:00
parent 78b2a89b0a
commit 4c124770ed

View File

@ -30,6 +30,7 @@ class libffi extends LinuxLibraryBase
'./configure ' .
'--enable-static ' .
'--disable-shared ' .
'--with-pic ' .
"--host={$arch}-unknown-linux " .
"--target={$arch}-unknown-linux " .
'--prefix= ' .