File tree 2 files changed +1
-7
lines changed
io.sloeber.core/src/io/sloeber/core 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -221,10 +221,7 @@ public String getCustomSizeCommand() {
221
221
public String getEnvValue () {
222
222
switch (this ) {
223
223
case ARDUINO_WAY :
224
- if (isWindows ) {
225
- return Common .makeEnvironmentVar (ENV_KEY_BUILD_PATH ) + SLACH + ARDUINO_SIZE ;
226
- }
227
- return "${sloeber.size_command.awk}" ; //$NON-NLS-1$
224
+ return Common .makeEnvironmentVar (ENV_KEY_BUILD_PATH ) + SLACH + ARDUINO_SIZE ;
228
225
case AVR_ALTERNATIVE :
229
226
return "${sloeber.size_command.avr}" ; //$NON-NLS-1$
230
227
case RAW_RESULT :
Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ public SloeberBuilderExtension() {
130
130
131
131
@ SuppressWarnings ("nls" )
132
132
private static void generateArduinoSizeCommandFile (IAutoBuildConfigurationDescription autoBuildConfData ) {
133
- if (!isWindows ) {
134
- return ;
135
- }
136
133
IFile sizeCommandIFile = autoBuildConfData .getBuildFolder ().getFile (ARDUINO_SIZE );
137
134
SloeberConfiguration confDesc = SloeberConfiguration .getFromAutoBuildConfDesc (autoBuildConfData );
138
135
You can’t perform that action at this time.
0 commit comments