diff options
author | Eduardo Julian | 2022-03-16 04:22:45 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-03-16 04:22:45 -0400 |
commit | d710d9f4fc098e7c243c8a5f23cd42683f13e07f (patch) | |
tree | e48633e5f21df572fbb133855e77f5c1adfd40fb /stdlib/source/program/aedifex/command | |
parent | b0093a3849baaeb5e12692b2cf6ac65ba74bbd54 (diff) |
Generalized/type-agnostic arithmetic.
Diffstat (limited to 'stdlib/source/program/aedifex/command')
-rw-r--r-- | stdlib/source/program/aedifex/command/build.lux | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux index a8a5ffbc1..b9211ceb0 100644 --- a/stdlib/source/program/aedifex/command/build.lux +++ b/stdlib/source/program/aedifex/command/build.lux @@ -269,7 +269,8 @@ _ (revised ///runtime.#parameters - (|>> (list& "-cp" (..jvm_class_path host_dependencies))) + (|>> (list& "-cp" (..jvm_class_path host_dependencies) + "--add-opens" "java.base/java.lang=ALL-UNNAMED")) runtime))) (def: .public (do! console program fs shell resolution) |