aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2023-01-14 02:29:20 -0400
committerEduardo Julian2023-01-14 02:29:20 -0400
commit33188f943329296ff4c19ad3fcf717194e3b237e (patch)
treefb04fe478325ea4884b9b08612b3226d5ebbeb83 /lux-jvm/source/program.lux
parent0f9f87286acacb520aa3ab0252131e109184b4cb (diff)
Added compilation of definitions for C++.
Diffstat (limited to 'lux-jvm/source/program.lux')
-rw-r--r--lux-jvm/source/program.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-jvm/source/program.lux b/lux-jvm/source/program.lux
index 1ce1ea0d2..351c132ff 100644
--- a/lux-jvm/source/program.lux
+++ b/lux-jvm/source/program.lux
@@ -55,7 +55,7 @@
["[1][0]" reference]]]]]]]]
["[0]" world
["[0]" file]
- ["[1]/[0]" environment]]]]
+ ["[0]" environment]]]]
[program
["[0]" compositor]])
@@ -158,7 +158,7 @@
(def (declare_success! _)
(-> Any (Async Any))
- (async.future (of world/environment.default exit +0)))
+ (async.future (of environment.default exit +0)))
(def _
(program [service cli.service]