summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sc b/build.sc
index 16890044..30a330fe 100755
--- a/build.sc
+++ b/build.sc
@@ -601,9 +601,9 @@ def assembly = T{
Agg("%~dpnx0")
)
).path,
- ctx.dest / filename
+ T.ctx().dest / filename
)
- PathRef(ctx.dest / filename)
+ PathRef(T.ctx().dest / filename)
}
def millBootstrap = T.sources(os.pwd / "mill")