summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sc b/build.sc
index 7279f63a..456260d6 100755
--- a/build.sc
+++ b/build.sc
@@ -191,8 +191,8 @@ object scalajslib extends MillModule {
def testArgs = T{
val mapping = Map(
- "MILL_SCALAJS_BRIDGE_0_6" -> worker("0.6").compile().classes.path,
- "MILL_SCALAJS_BRIDGE_1_0" -> worker("1.0").compile().classes.path
+ "MILL_SCALAJS_WORKER_0_6" -> worker("0.6").compile().classes.path,
+ "MILL_SCALAJS_WORKER_1_0" -> worker("1.0").compile().classes.path
)
Seq("-Djna.nosys=true") ++
scalalib.worker.testArgs() ++
@@ -258,7 +258,7 @@ object scalanativelib extends MillModule {
def testArgs = T{
val mapping = Map(
- "MILL_SCALANATIVE_BRIDGE_0_3" ->
+ "MILL_SCALANATIVE_WORKER_0_3" ->
worker("0.3").runClasspath()
.map(_.path)
.filter(_.toIO.exists)