repo/extra/python/build
2019-06-25 19:19:34 +03:00

13 lines
185 B
Bash
Executable File

#!/bin/sh -e
# Force system libs
rm -r Modules/_ctypes/darwin* \
Modules/_ctypes/libffi*
./configure \
--prefix=/usr \
--with-system-ffi
make
make DESTDIR="$1" install