소스 검색

Fix import issue

Muxi Yan 6 년 전
부모
커밋
82b2dbfc1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"],
 )