refactor: filter values in environment variables
Before this change, you had to specify custom LD_* variables using the prefix GAME_LD_*. Now instead of dropping all LD_* variables by default, we should just filter them and remove the values we *know* are from our start script. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
c86610b917
commit
2d53c7c5b2
3 changed files with 50 additions and 43 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
QString stripVariableEntries(QString name, QString target, QString remove);
|
||||
QProcessEnvironment CleanEnviroment();
|
||||
|
||||
class JavaUtils : public QObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue