Skip to content

Commit 70af61f

Browse files
committed
Split out BUILD order fix to PR#394
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent a604114 commit 70af61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
load("@rules_cc//cc:defs.bzl", "cc_library")
1516
load(
1617
"@proxy_wasm_cpp_host//bazel:select.bzl",
1718
"proxy_wasm_select_engine_null",
@@ -21,7 +22,6 @@ load(
2122
"proxy_wasm_select_engine_wasmtime",
2223
"proxy_wasm_select_engine_wavm",
2324
)
24-
load("@rules_cc//cc:defs.bzl", "cc_library")
2525

2626
licenses(["notice"]) # Apache 2
2727

0 commit comments

Comments
 (0)