Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[java] properly port to armv7l, sorry for the noise
[simgrid.git] / src / bindings / java / org / simgrid / NativeLib.java
index cdb7710..6bd5dae 100644 (file)
@@ -47,6 +47,7 @@ public final class NativeLib {
        }
 
        public static String getPath() {
+               // Inspiration: https://github.com/xerial/snappy-java/blob/develop/src/main/java/org/xerial/snappy/OSInfo.java
                String prefix = "NATIVE";
                String os = System.getProperty("os.name");
                String arch = System.getProperty("os.arch");