Skip to content

Commit 900b6d2

Browse files
authored
Specify our include path in CPPFLAS and CXXFLAGS too
1 parent 61f78e3 commit 900b6d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ set -x
2929
# happens to also delete all the static libraries that we built.
3030
export "PREFIX=$(pwd)/../Nuitka-Python-Deps"
3131
export "CFLAGS=-I${PREFIX}/include -fPIC"
32+
export "CXXFLAGS=-I${PREFIX}/include -fPIC"
33+
export "CPPFLAGS=-I${PREFIX}/include"
3234
export "LDFLAGS=-L${PREFIX}/lib"
3335
export "PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig"
3436

0 commit comments

Comments
 (0)