Skip to content

Commit

Permalink
fix script update-flatbuffersc-reflection.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Feb 22, 2024
1 parent e1e8730 commit 5f49838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-flatbuffersc-reflection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
mkdir -pv "${tmpDir}"

printf "\n******** Generating Go code ********\n"
${flatc} --go -o "${tmpDir}" "${repoDir}"/third_party/flatbuffers-c-bridge/cmake-build/_deps/flatbuffers-*-src/reflection/reflection.fbs
${flatc} --go -o "${tmpDir}" "${repoDir}"/third_party/flatbuffers-c-bridge/third_party/flatbuffers/reflection/reflection.fbs
echo "Generated files:"
ls "${tmpDir}/reflection"

Expand Down

0 comments on commit 5f49838

Please sign in to comment.