From b39f7eb4943e2f0739eef4bcbf067e7f2784209f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 10:53:55 +0300 Subject: [PATCH] python: Attempt to fix build. --- extra/python/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/python/build b/extra/python/build index e434aed2..6367c26f 100755 --- a/extra/python/build +++ b/extra/python/build @@ -6,8 +6,7 @@ rm -r Modules/_ctypes/darwin* rm -r Modules/_ctypes/libffi* ./configure \ - --prefix=/usr \ - --without-ensurepip + --prefix=/usr make make DESTDIR="$1" install