git commit --all
This commit is contained in:
parent
f76fee2121
commit
fa90185e31
4 changed files with 79 additions and 9 deletions
|
|
@ -19,6 +19,6 @@ in pkgs.mkShell rec {
|
|||
# we need to make sure the library is on the path for JOGL;
|
||||
# also, there's a bug that is avoided with the variable
|
||||
# https://github.com/processing/processing/issues/5476
|
||||
JAVA_OPTS = "-Djava.library.path=${lib.makeLibraryPath buildInputs}";
|
||||
LIBGL_ALWAYS_SOFTWARE = true; # ← this is the same as passing -Djogl.disable.openglcore="true"
|
||||
JAVA_OPTS = "-Djava.library.path=${lib.makeLibraryPath buildInputs} -Djogl.disable.openglcore=true";
|
||||
# LIBGL_ALWAYS_SOFTWARE = true; # ← this is the same as passing -Djogl.disable.openglcore="true"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue