mirror of https://github.com/grpc/grpc.git
make exported symbol files platform specific (#31970)
parent
a1491cd738
commit
05c5083477
9 changed files with 44 additions and 8 deletions
@ -0,0 +1,2 @@ |
||||
_Init_grpc_c |
||||
_rb_tr_abi_version |
@ -0,0 +1,7 @@ |
||||
grpc_1.0 { |
||||
global: |
||||
Init_grpc_c; |
||||
rb_tr_abi_version; |
||||
local: |
||||
*; |
||||
}; |
@ -1,7 +1,6 @@ |
||||
grpc_1.0 { |
||||
global: |
||||
Init_grpc_c; |
||||
rb_tr_abi_version; |
||||
local: |
||||
*; |
||||
}; |
||||
}; |
||||
|
@ -0,0 +1,2 @@ |
||||
_Init_grpc_c |
||||
_ruby_abi_version |
@ -0,0 +1,7 @@ |
||||
grpc_1.0 { |
||||
global: |
||||
Init_grpc_c; |
||||
ruby_abi_version; |
||||
local: |
||||
*; |
||||
}; |
@ -1,7 +1,6 @@ |
||||
grpc_1.0 { |
||||
global: |
||||
Init_grpc_c; |
||||
ruby_abi_version; |
||||
local: |
||||
*; |
||||
}; |
||||
}; |
||||
|
Loading…
Reference in new issue