mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
[304146] Didn't update MacOSMIVarUpdate properly after recent changes to MIVarUpdate
This commit is contained in:
parent
40335a9f9f
commit
d2345dc960
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class MacOSMIVarUpdate extends MIVarUpdate {
|
|||
public MacOSMIVarUpdate(ICommandControlDMContext dmc, String name) {
|
||||
super(dmc, name);
|
||||
// Must use --all-values instead of 1 for Mac OS
|
||||
setOptions(new String[] { "--all-values" }); //$NON-NLS-1$
|
||||
setParameters(new String[] { "--all-values", name }); //$NON-NLS-1$
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue