We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55dd37 commit 7fc7d19Copy full SHA for 7fc7d19
patches/yams.patch
@@ -2,13 +2,14 @@ diff --git a/BUILD b/BUILD
2
index 1234567..abcdefg 100644
3
--- a/BUILD
4
+++ b/BUILD
5
-@@ -1,4 +1,5 @@
+@@ -1,4 +1,6 @@
6
++load("@rules_cc//cc:defs.bzl", "cc_library")
7
load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
8
+load("@build_bazel_rules_swift//swift:swift_interop_hint.bzl", "swift_interop_hint")
-
9
+
10
cc_library(
11
name = "CYaml",
-@@ -10,8 +11,14 @@ cc_library(
12
+@@ -10,8 +12,14 @@ cc_library(
13
copts = ["-fPIC"],
14
includes = ["Sources/CYaml/include"],
15
linkstatic = True,
@@ -23,5 +24,5 @@ index 1234567..abcdefg 100644
23
24
+ module_name = "CYaml",
25
+ visibility = ["//visibility:public"],
26
)
27
28
swift_library(
0 commit comments