no message
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import Common_old.UI.Windows.Dialog.Dialog;
|
||||
import Common_old.Utils.Utils;
|
||||
import GlobalData.Compiler.Compiler;
|
||||
import GlobalData.Compiler.CompilerType;
|
||||
import GlobalData.CompilerEnvironment.CompilerEnvironment;
|
||||
@@ -54,7 +54,7 @@ public class PickCompilerEnvironmentsForTesting extends Pass_2021<String> {
|
||||
Vector<String> envs = new Vector<>();
|
||||
for (CompilerEnvironment compilerEnv : compiler.environments.Data.values()) {
|
||||
if (compilerEnv.isSelected())
|
||||
envs.add(compilerEnv.name + "=" + Utils.DQuotes(compilerEnv.value));
|
||||
envs.add(compilerEnv.name + "=" + CommonUtils.DQuotes(compilerEnv.value));
|
||||
}
|
||||
target = String.join(" ", envs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user