Skip to content

Commit

Permalink
bazel.eclass: Expose INCLUDEDIR to Bazel projects
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Martis <[email protected]>
Signed-off-by: Jason Zaman <[email protected]>
  • Loading branch information
martis-chromium authored and perfinion committed Feb 5, 2021
1 parent d9a5b5e commit 955f9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/bazel.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ bazel_setup_bazelrc() {
build --define=PREFIX=${EPREFIX%/}/usr
build --define=LIBDIR=\$(PREFIX)/$(get_libdir)
build --define=INCLUDEDIR=\$(PREFIX)/include
EOF

if tc-is-cross-compiler; then
Expand Down

0 comments on commit 955f9a7

Please sign in to comment.