We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c660c commit ca8f10bCopy full SHA for ca8f10b
Performance/perf_runner.sh
@@ -352,7 +352,7 @@ echo
352
build_swift_packages "$script_dir/.." "ForWorkTree"
353
354
${PROTOC} --plugin="$script_dir/../.build/release/protoc-gen-swift" \
355
- --swift_out=FileNaming=DropPath:"$GIT_WORKTREE/Performance/_generated" \
+ --swift_out=FileNaming=DropPath:`dirname $gen_message_path` \
356
--proto_path=`dirname $gen_message_path` \
357
"$gen_message_path"
358
0 commit comments