Skip to content
Snippets Groups Projects
Commit faa31d0c authored by Donald Stufft's avatar Donald Stufft
Browse files

Add --with-pic to fix building on PyPy

parent c534e28c
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ class build_clib(_build_clib): ...@@ -111,7 +111,7 @@ class build_clib(_build_clib):
[ [
configure, "--disable-shared", "--enable-static", configure, "--disable-shared", "--enable-static",
"--disable-debug", "--disable-dependency-tracking", "--disable-debug", "--disable-dependency-tracking",
"--prefix", os.path.abspath(self.build_clib), "--with-pic", "--prefix", os.path.abspath(self.build_clib),
], ],
cwd=build_temp, cwd=build_temp,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment