Explorar o código

Fix import issue

Muxi Yan %!s(int64=6) %!d(string=hai) anos
pai
achega
82b2dbfc1d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/objective-c/BUILD

+ 1 - 1
src/objective-c/BUILD

@@ -180,6 +180,6 @@ load("@build_bazel_rules_apple//apple:resources.bzl", "apple_resource_bundle")
 apple_resource_bundle(
     # The choice of name is signicant here, since it determines the bundle name.
     name = "gRPCCertificates",
-    resources = ["etc/roots.pem"],
+    resources = ["//:etc/roots.pem"],
 )