We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2855d3e commit e050908Copy full SHA for e050908
src/launcher/java/org/truffleruby/launcher/RubyLauncher.java
@@ -241,7 +241,7 @@ private static void debugPreInitialization() {
241
}
242
243
private Context createContext(Context.Builder builder, CommandLineOptions config) {
244
- if (isAOT()) {
+ if (isAOT() && !config.isSetInPolyglotOptions(OptionsCatalog.LAUNCHER.getName())) {
245
final String launcher = ProcessProperties.getExecutableName();
246
builder.option(OptionsCatalog.LAUNCHER.getName(), launcher);
247
0 commit comments