diff options
author | Eduardo Julian | 2022-02-18 17:37:21 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-02-18 17:37:21 -0400 |
commit | e3986e8a7b9a997441477cdb333d3a8537dc49fb (patch) | |
tree | ad3823d894f75dfbda2140242902239ade8775dd /lux-python | |
parent | 99361f07e4dd5724611e13a91ba8f14f039cdf0c (diff) |
Yet more fixes for JVM interop.
Diffstat (limited to 'lux-python')
-rw-r--r-- | lux-python/source/program.lux | 9 |
1 files changed, 3 insertions, 6 deletions
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 [<jvm> (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 |