Skip to content

Commit 71f5440

Browse files
committed
add quotes to cc_binary name for ext2spice
Signed-off-by: Matt Liberty <[email protected]>
1 parent e3dad8a commit 71f5440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependency_support/com_opencircuitdesign_magic/bundled.BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ filegroup(
176176
)
177177

178178
cc_binary(
179-
name = ext2spice,
179+
name = "ext2spice",
180180
srcs = [
181181
"ext2spice/ext2spice.c",
182182
"ext2spice/ext2hier.c",

0 commit comments

Comments
 (0)