We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4d23d commit 5bcb734Copy full SHA for 5bcb734
BUILD.bazel
@@ -66,6 +66,7 @@ cc_binary(
66
"//tools/config:windows": [],
67
}),
68
linkshared = True,
69
+ visibility = ["//visibility:public"],
70
deps = [
71
"lib/src/jvmMain/cpp/libtox4j-c.ld",
72
":jni_cc_proto",
@@ -80,6 +81,7 @@ kt_jvm_library(
80
81
"lib/src/*Main/**/*.kt",
82
]),
83
data = ["libtox4j-c.so"],
84
85
deps = [":jni_java_proto"],
86
)
87
0 commit comments