File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
io.sloeber.core/src/io/sloeber/core Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -221,10 +221,7 @@ public String getCustomSizeCommand() {
221221 public String getEnvValue () {
222222 switch (this ) {
223223 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 ;
228225 case AVR_ALTERNATIVE :
229226 return "${sloeber.size_command.avr}" ; //$NON-NLS-1$
230227 case RAW_RESULT :
Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ public SloeberBuilderExtension() {
130130
131131 @ SuppressWarnings ("nls" )
132132 private static void generateArduinoSizeCommandFile (IAutoBuildConfigurationDescription autoBuildConfData ) {
133- if (!isWindows ) {
134- return ;
135- }
136133 IFile sizeCommandIFile = autoBuildConfData .getBuildFolder ().getFile (ARDUINO_SIZE );
137134 SloeberConfiguration confDesc = SloeberConfiguration .getFromAutoBuildConfDesc (autoBuildConfData );
138135
You can’t perform that action at this time.
0 commit comments