Potential fix for compiling
Some checks failed
studiorailgun/fluid-sim/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/fluid-sim/pipeline/head There was a failure building this commit
This commit is contained in:
parent
64848eecc7
commit
7d2569f3dc
@ -25,8 +25,9 @@ import org.lwjgl.system.MemoryUtil;
|
|||||||
public class FluidSim {
|
public class FluidSim {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
System.out.println(System.getProperty("user.dir"));
|
// System.out.println(System.getProperty("user.dir"));
|
||||||
System.load(System.getProperty("user.dir") + "/shared-folder/libfluidsim.dll");
|
// System.load(System.getProperty("user.dir") + "/shared-folder/libfluidsim.dll");
|
||||||
|
System.load(new File("./shared-folder/libfluidsim.dll").toPath().toAbsolutePath().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final int DIM = 18;
|
public static final int DIM = 18;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user