Skip to content

Commit

Permalink
Run fix native-cc on *.BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko committed Nov 6, 2019
1 parent 2785ab3 commit 7b31eb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindgen/clang.BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

package(default_visibility = ["//visibility:public"])

sh_binary(
Expand Down
2 changes: 2 additions & 0 deletions bindgen/raze/libloading.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cargo-raze crate build file.
- Libloading has a CC dep that needs to be built.
"""

load("@rules_cc//cc:defs.bzl", "cc_library")

licenses([
"notice", # "ISC"
])
Expand Down
2 changes: 2 additions & 0 deletions wasm_bindgen/raze/overrides/backtrace-sys-0.1.29.BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

package(default_visibility = ["//ext/public/rust/cargo:__subpackages__"])

licenses([
Expand Down

0 comments on commit 7b31eb3

Please sign in to comment.