Skip to content

Commit

Permalink
make windows start
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Nov 30, 2023
1 parent 34cbab4 commit 60469d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Desktop/utilities/processhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ QProcessEnvironment ProcessHelper::getProcessEnvironmentForJaspEngine()

#undef ARCH_SUBPATH

env.insert("R_LIBS", programDir.absoluteFilePath("../R/R_cpp_includes_library") + ";" + R_HOME + "/library");
env.insert("R_LIBS", programDir.absoluteFilePath(R_HOME + "/R_cpp_includes_library") + ";" + R_HOME + "/library");

env.insert("R_ENVIRON", "something-which-doesn't-exist");
env.insert("R_PROFILE", "something-which-doesn't-exist");
Expand Down

0 comments on commit 60469d5

Please sign in to comment.