We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48efe73 commit 5903c31Copy full SHA for 5903c31
src/main/java/com/google/devtools/build/lib/bazel/rules/cpp/BazelCcImportRule.java
@@ -79,7 +79,7 @@ public Metadata getMetadata() {
79
cc_import(
80
name = "mylib",
81
hdrs = ["mylib.h"],
82
- # mylib.lib is a import library for mylib.dll which will be passed to linker
+ # mylib.lib is an import library for mylib.dll which will be passed to linker
83
interface_library = "mylib.lib",
84
# mylib.dll will be available for runtime
85
shared_library = "mylib.dll",
0 commit comments