Skip to content

Commit

Permalink
Update configure.R
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard authored Aug 16, 2024
1 parent 911304c commit 499f60e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/configure.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ if (getRversion() < "4.2") { # Windoz

##### can find JNI #####

doJni <- TRUE
if (doJni) {

if (.Platform$OS.type == "unix") {
java_home <- Sys.getenv("JAVA_HOME")
} else {
Expand Down Expand Up @@ -55,7 +58,7 @@ if (length(java_home) == 0) {
"\n\t\t\t\t\tcyclops/jni/*.cpp \\")
}


} // doJNI

#################### CUDA Toolkit ####################

Expand Down

0 comments on commit 499f60e

Please sign in to comment.