Skip to content

Commit

Permalink
Revert, at native compile, show warning, As it's in progress!
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoabidmaqbool committed Sep 18, 2024
1 parent 40417a0 commit d99663a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,6 @@ private List<String> asListOfWholeArchiveLinkFlags(List<String> libraries) {
return linkFlags;
}

@Override
public boolean compile() throws IOException, InterruptedException {
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;
}

@Override
public boolean link() throws IOException, InterruptedException {
createIconResource();
Expand Down

0 comments on commit d99663a

Please sign in to comment.