We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d5dfb commit f11abacCopy full SHA for f11abac
support/hostpic.diff
@@ -0,0 +1,13 @@
1
+--- cpython3.13/Makefile.pre.in 2024-12-03 07:51:52.083841661 +0100
2
++++ cpython3.13-pic/Makefile.pre.in 2024-12-03 07:54:00.742976111 +0100
3
+@@ -34,8 +34,8 @@
4
+ abs_builddir= @abs_builddir@
5
+
6
7
+-CC= @CC@
8
+-CXX= @CXX@
9
++CC=@CC@ -fPIC
10
++CXX=@CXX@ -fPIC
11
+ LINKCC= @LINKCC@
12
+ AR= @AR@
13
+ READELF= @READELF@
0 commit comments