From 9a1ba0ffbf5626a73541cc8c7432532042e95435 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 8 Jul 2019 07:38:25 +0800 Subject: fix --- build.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sc') 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") -- cgit v1.2.3