Skip to content

Commit

Permalink
oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton committed Apr 8, 2020
1 parent 4463e12 commit 1e945b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/ServerPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ ServerPlugin::ServerPlugin(MainWindow& mainWindow) : RGMPlugin(mainWindow) {
qDebug().noquote() << "Environmental variable \"MSYS_ROOT\" is not set defaulting MSYS path to: " + msysPath;
} else msysPath = env.value("MSYS_ROOT");

env.insert("PATH", env.value("PATH") + msysPath + "/usr/bin;" + msysPath + "/mingw64/bin");
env.insert("PATH", env.value("PATH") + ";" + msysPath + "/usr/bin;" + msysPath + "/mingw64/bin");
process->setProcessEnvironment(env);
#endif

Expand Down

0 comments on commit 1e945b4

Please sign in to comment.