summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-07-08 07:38:25 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-07-08 07:38:25 +0800
commit9a1ba0ffbf5626a73541cc8c7432532042e95435 (patch)
tree8d05aee2ddd041de03dd7290c33dc9b47e72973c /build.sc
parent084a1d9dfbf67a570148027ddbe1189647d5bb75 (diff)
downloadmill-9a1ba0ffbf5626a73541cc8c7432532042e95435.tar.gz
mill-9a1ba0ffbf5626a73541cc8c7432532042e95435.tar.bz2
mill-9a1ba0ffbf5626a73541cc8c7432532042e95435.zip
fix
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")