Skip to content

Commit

Permalink
Specify our include path in CPPFLAS and CXXFLAGS too
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell175 authored Feb 24, 2024
1 parent 61f78e3 commit 900b6d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ set -x
# happens to also delete all the static libraries that we built.
export "PREFIX=$(pwd)/../Nuitka-Python-Deps"
export "CFLAGS=-I${PREFIX}/include -fPIC"
export "CXXFLAGS=-I${PREFIX}/include -fPIC"
export "CPPFLAGS=-I${PREFIX}/include"
export "LDFLAGS=-L${PREFIX}/lib"
export "PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig"

Expand Down

0 comments on commit 900b6d2

Please sign in to comment.