Skip to content

Commit

Permalink
Merge pull request #145 from nmtitov/fix-java-tools-build-issue
Browse files Browse the repository at this point in the history
Add bazel c_opt flag: -str=c90
  • Loading branch information
li-feng-sc authored Jun 5, 2023
2 parents 0986d44 + 267054e commit 046a4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ done
base_dir=$(cd "$(dirname "$loc")" && pwd)

pushd "$base_dir"
${BAZEL_EXECUTABLE:-bazel} build //src:djinni
${BAZEL_EXECUTABLE:-bazel} build //src:djinni --host_conlyopt=-std=c90
popd

0 comments on commit 046a4b3

Please sign in to comment.