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 7ca079d commit c994176Copy full SHA for c994176
build.sh
@@ -28,7 +28,7 @@ set -x
28
# the python build process ends up running a find -delete that
29
# happens to also delete all the static libraries that we built.
30
export "PREFIX=$(pwd)/../Nuitka-Python-Deps"
31
-export "CFLAGS=-I${PREFIX}/include"
+export "CFLAGS=-I${PREFIX}/include -fPIC"
32
export "LDFLAGS=-L${PREFIX}/lib"
33
export "PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig"
34
0 commit comments