mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00

* rewrite: rewritten Qv2ray.pro, adding project 'hooks' * fix: fixed windows build * fix: fixed macOS build * Removing excess blank lines Co-authored-by: DuckSoft <realducksoft@gmail.com>
6 lines
192 B
Bash
Executable File
6 lines
192 B
Bash
Executable File
#!/bin/bash
|
|
cd $1/../tools
|
|
mkdir -p ../libs/gen
|
|
protoc --grpc_out=../libs/gen --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` ./v2ray_api.proto
|
|
protoc --cpp_out=../libs/gen ./v2ray_api.proto
|