diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/program.lux | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux index 4d6d63835..2ec090903 100644 --- a/new-luxc/source/program.lux +++ b/new-luxc/source/program.lux @@ -21,7 +21,10 @@ [tool [compiler [phase - ["." macro (#+ Expander)]] + ["." macro (#+ Expander)] + ["." extension #_ + [analysis + ["#" jvm]]]] [default ["." platform (#+ Platform)]]]]] [program @@ -159,7 +162,9 @@ (program: [{service /cli.service}] (/.compiler @.jvm + ".jvm" ..expander + extension.bundle ..jvm ..bundle jvmS.bundle |