We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e1279 commit e3dad8aCopy full SHA for e3dad8a
dependency_support/com_opencircuitdesign_magic/bundled.BUILD.bazel
@@ -175,10 +175,11 @@ filegroup(
175
] + [file for file in RUNFILES],
176
)
177
178
-[cc_binary(
179
- name = name,
+cc_binary(
+ name = ext2spice,
180
srcs = [
181
- "ext2spice/" + name + ".c",
+ "ext2spice/ext2spice.c",
182
+ "ext2spice/ext2hier.c",
183
],
184
defines = DEFINES,
185
copts = COPTS,
@@ -187,7 +188,7 @@ filegroup(
187
188
":magic_version",
189
190
visibility = ["//visibility:public"],
-) for name in ["ext2spice", "ext2hier"]]
191
+)
192
193
[cc_binary(
194
name = name,
0 commit comments