diff --git a/toolbox/meshing/tools/GetSystemCommand.m b/toolbox/meshing/tools/GetSystemCommand.m index 82f94bb..5ac4c94 100644 --- a/toolbox/meshing/tools/GetSystemCommand.m +++ b/toolbox/meshing/tools/GetSystemCommand.m @@ -24,7 +24,7 @@ end systemcommand = which([command_name suff '.exe']); elseif ~isempty(strfind(os,'MAC')) % Mac OS - if strcmpi(os,'MACI64') + if strcmpi(os,'MACI64') || strcmpi(os,'MACA64') suff='64'; else suff='';