Skip to content

Commit 56b5b4b

Browse files
committed
fix: incorrect target for unix
1 parent 0d080bc commit 56b5b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasmer/private/templates/wasmer.unix.BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
load("@rules_cc//cc:defs.bzl", "cc_import", "cc_library")
22

33
cc_import(
4-
name = "wasmer-static",
4+
name = "wasmer-static-lib",
55
static_library = "lib/libwasmer.a",
66
)
77

0 commit comments

Comments
 (0)