From 6eaa3b57f3f1ea2ce13b942bdb4ef502fc1729bc Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 29 May 2020 00:19:24 -0400 Subject: Can now import previously exported libraries. --- new-luxc/source/program.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'new-luxc/source') diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux index 54f1437c7..e2cf047e9 100644 --- a/new-luxc/source/program.lux +++ b/new-luxc/source/program.lux @@ -150,8 +150,8 @@ (def: (target service) (-> /cli.Service /cli.Target) (case service - (^or (#/cli.Compilation [sources target module]) - (#/cli.Interpretation [sources target module]) + (^or (#/cli.Compilation [sources libraries target module]) + (#/cli.Interpretation [sources libraries target module]) (#/cli.Export [sources target])) target)) -- cgit v1.2.3