Skip to content

Commit

Permalink
Fix build on Linux (bazelbuild#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchodorow authored and zaphar committed Dec 2, 2016
1 parent b7e99ea commit d865b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet/csharp.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def _cs_nunit_run_impl(ctx):
depinfo)

_csc_compile_action(ctx, output, outputs, collected_inputs,
extra_refs=["Nunit.Framework"])
extra_refs=["nunit.framework"])

_make_nunit_launcher(ctx, depinfo, output)

Expand Down
2 changes: 1 addition & 1 deletion dotnet/nunit.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ filegroup(

filegroup(
name = "nunit_framework",
srcs = glob(["NUnit-2.6.4/bin/framework/*.dll"]),
srcs = glob(["NUnit-2.6.4/bin/framework/*"]),
visibility = ["//visibility:public"],
)

0 comments on commit d865b5e

Please sign in to comment.