diff options
Diffstat (limited to 'src/csharp/experimental')
-rwxr-xr-x | src/csharp/experimental/build_unitypackage.sh | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/src/csharp/experimental/build_unitypackage.sh b/src/csharp/experimental/build_unitypackage.sh index afc35f093e..cca52658e8 100755 --- a/src/csharp/experimental/build_unitypackage.sh +++ b/src/csharp/experimental/build_unitypackage.sh @@ -24,20 +24,9 @@ dotnet restore Grpc.sln mkdir -p GrpcUnity dotnet build --configuration Release --framework net45 Grpc.Core --output ../GrpcUnity -#ThirdParty: -#Google.Protobuf: +#TODO: add ThirdParty/Grpc.Core: # - assembly +# - native libraries (mac dylib need to be renamed to grpc_csharp_ext.bundle) -#Grpc.Core: -# - assembly -# - native libraries.... - -#Grpc.Tools: -# - assembly - -#System.Interactive.Async: -# - assembly - -# TODO: copy libraries to build... - -# TODO: rename mac dylib to: grpc_csharp_ext.bundle +#TODO: add ThirdParty/Grpc.Tools: +# - protoc and grpc plugin |