Parcourir la source

Merge pull request #1322 from nicolasnoble/build-fix

Fixing dependencies.
jboeuf il y a 10 ans
Parent
commit
5cc35963c5
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      build.json

+ 2 - 1
build.json

@@ -666,7 +666,8 @@
         "test/cpp/qps/timer.cc"
         "test/cpp/qps/timer.cc"
       ],
       ],
       "deps": [
       "deps": [
-        "grpc_test_util"
+        "grpc_test_util",
+        "grpc++_test_util"
       ]
       ]
     },
     },
     {
     {