Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Mar 25, 2024
1 parent 2ffc850 commit 086e189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native-build/InstallNativeImage.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public static int runCommand(String command) throws Exception {
}

private static String getOsArch() {
System.out.println("raw: " + System.getProperty("os.arch"));
String os = canonicaliseOS(System.getProperty("os.name").toLowerCase());
String arch = canonicaliseArchitecture(System.getProperty("os.arch"));
System.out.println(os+"-"+arch);
Expand Down

0 comments on commit 086e189

Please sign in to comment.