Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Sep 9, 2024
1 parent a5bdb55 commit a9e04a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private List<String> asListOfWholeArchiveLinkFlags(List<String> libraries) {

@Override
public boolean compile() throws IOException, InterruptedException {
Logger.logSevere("Building a native image is not yet supported on Windows with this version.\nPlease use GluonFX plugin version 1.0.23 instead.");
Logger.logSevere("Error: Building a native image is not yet supported on Windows with this version.\nPlease use GluonFX plugin version 1.0.23 instead.");
return false;
}

Expand Down

0 comments on commit a9e04a8

Please sign in to comment.