enso/distribution/manifest.template.yaml
2021-02-19 12:56:27 +01:00

11 lines
459 B
YAML

minimum-launcher-version: 0.2.4-SNAPSHOT
minimum-project-manager-version: 0.2.4-SNAPSHOT
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"