mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
libffi: --enable-shared
This commit is contained in:
@@ -18,7 +18,7 @@ mv libffi-master libffi
|
||||
|
||||
cd libffi
|
||||
./autogen.sh
|
||||
./configure --prefix=$OUT_PREFIX
|
||||
./configure --prefix=$OUT_PREFIX --enable-shared
|
||||
make
|
||||
make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user