Skip to content

Commit

Permalink
[Go] Fix Go build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Dec 17, 2024
1 parent 949d234 commit 51eeefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gocode/sbe-tool
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ shift $(($OPTIND - 1))
[ -f "$SCHEMA" ] || (echo invalid schema "$SCHEMA"; exit 1)

java \
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED \
-Dsbe.output.dir="$OUTPUTDIR" \
-Dsbe.generate.ir="false" \
-Dsbe.target.language="golang" \
Expand Down

0 comments on commit 51eeefd

Please sign in to comment.