From e3986e8a7b9a997441477cdb333d3a8537dc49fb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 18 Feb 2022 17:37:21 -0400 Subject: Yet more fixes for JVM interop. --- lux-python/source/program.lux | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'lux-python') diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux index 1ae02bb2e..4e02af260 100644 --- a/lux-python/source/program.lux +++ b/lux-python/source/program.lux @@ -62,14 +62,14 @@ [default ["[0]" platform {"+" Platform}]] [meta + ["[0]" context] ["[0]" cli] [archive {"+" Archive} ["[0]" unit]] ["[0]" packager "_" ["[1]" script]]]]]]] [program - ["/" compositor - ["/[0]" static]]]) + ["/" compositor]]) (with_expansions [ (as_is (import: java/lang/String) @@ -558,10 +558,7 @@ (let [extension ".py"] (exec (do async.monad - [_ (/.compiler [/static.#host @.python - /static.#host_module_extension extension - /static.#target (cli.target service) - /static.#artifact_extension extension] + [_ (/.compiler (context.python (cli.target service)) ..expander analysis.bundle ..platform -- cgit v1.2.3