Skip to content

Commit

Permalink
Use correct source file for copying
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Nov 20, 2023
1 parent 95ac307 commit 54c8595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static void main(String... args) throws IOException
{
final Path nativeImageExport = mandrelJavaHome.resolve(Path.of("lib", "svm", "bin", "native-image.export-list"));
FileSystem.copy(mandrelRepo.resolve(
Path.of("sdk", "mxbuild", PLATFORM, "lib", "svm", "bin", "native-image.export-list")), nativeImageExport);
Path.of("sdk", "mxbuild", PLATFORM, "native-image.exe.image-bash", "native-image.export-list")), nativeImageExport);
}
}

Expand Down

0 comments on commit 54c8595

Please sign in to comment.