Skip to content
Snippets Groups Projects
Commit c7734494 authored by Yuchen Zeng's avatar Yuchen Zeng
Browse files

Disable async resolve for GRPC_UV

parent 48e544d6
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,8 @@
'conditions': [
['runtime=="node"', {
'defines': [
'GRPC_UV'
'GRPC_UV',
'GRPC_ARES=0',
]
}],
['OS!="win" and runtime=="electron"', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment