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 61f78e3 commit 900b6d2Copy full SHA for 900b6d2
build.sh
@@ -29,6 +29,8 @@ set -x
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 -fPIC"
32
+export "CXXFLAGS=-I${PREFIX}/include -fPIC"
33
+export "CPPFLAGS=-I${PREFIX}/include"
34
export "LDFLAGS=-L${PREFIX}/lib"
35
export "PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig"
36
0 commit comments