Skip to content

Commit

Permalink
Add cpp flags to point to TF include area
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 12, 2023
1 parent 906d4b1 commit 4e70137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
tar xfz $TFLIB
export LD_LIBRARY_PATH=$PWD/lib
export LIBRARY_PATH=$PWD/lib
export CGO_CPPFLAGS="-I$PWD/include"
export CGO_CFLAGS="-I$PWD/include"
cd -
cd src/Go
make
Expand Down

0 comments on commit 4e70137

Please sign in to comment.