Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc-stripe committed Sep 11, 2016
1 parent 3a0c1ab commit 0a1ad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/scala.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _compile(ctx, _jars, dep_srcjars, buildijar):

# Set up the args to pass to scalac because they can be too long for bash
scalac_args_file = ctx.new_file(ctx.outputs.jar, ctx.label.name + "_scalac_args")
scalac_args = """{scala_opts} {plugin_arg} -classpath {scalalib}:{scalacompiler}:{jars} -d {out}_tmp {files}""".format(
scalac_args = """{scala_opts} {plugin_arg} -classpath {scalalib}:{scalacompiler}:{scalareflect}:{jars} -d {out}_tmp {files}""".format(
scala_opts=" ".join(ctx.attr.scalacopts),
scalalib=ctx.file._scalalib.path,
scalacompiler=ctx.file._scalacompiler.path,
Expand Down

0 comments on commit 0a1ad35

Please sign in to comment.