Skip to content

Commit ff13425

Browse files
committed
remove the meshio loading because it is not cross-platform.
1 parent c6523fb commit ff13425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/java/src/main/java/com/cadoodlecad/manifold/ManifoldBindings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ private static void loadNativeLibrary(String libName, File cacheDirectory) throw
109109
public static void loadNativeLibrarys(File cacheDirectory) throws Exception {
110110
loadNativeLibrary("libmanifold", cacheDirectory);
111111
loadNativeLibrary("libmanifoldc", cacheDirectory);
112-
loadNativeLibrary("libmeshIO", cacheDirectory);
112+
// loadNativeLibrary("libmeshIO", cacheDirectory);
113113
}
114114

115115
public ManifoldBindings() throws Exception {

0 commit comments

Comments
 (0)