enso/distribution/manifest.template.yaml
2021-01-06 08:57:02 +00:00

11 lines
441 B
YAML

minimum-launcher-version: 0.2.0
minimum-project-manager-version: 0.2.0
jvm-options:
- value: "-Dpolyglot.engine.IterativePartialEscape=true"
- value: "-Dtruffle.class.path.append=$enginePackagePath\\component\\runtime.jar"
os: "windows"
- value: "-Dtruffle.class.path.append=$enginePackagePath/component/runtime.jar"
os: "linux"
- value: "-Dtruffle.class.path.append=$enginePackagePath/component/runtime.jar"
os: "macos"