mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fix bad path in generate_projects.sh
This commit is contained in:
parent
64f715d0e4
commit
314b07ddc0
@ -21,6 +21,6 @@ root=$(pwd)
|
||||
native_root=$root/packages/grpc-native-core
|
||||
|
||||
output_file=$(mktemp /tmp/genXXXXXX)
|
||||
python $(dirname $0)/gen_build_yaml.py > $output_file
|
||||
python $native_root/tools/buildgen/gen_build_yaml.py > $output_file
|
||||
|
||||
./packages/grpc-native-core/deps/grpc/tools/buildgen/generate_projects.sh $native_root/build.yaml $output_file --base=$root --templates $(find templates -type f)
|
||||
$native_root/tools/buildgen/generate_projects.sh $native_root/build.yaml $output_file --base=$root --templates $(find templates -type f)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user