Skip to content
Snippets Groups Projects

Add ability to use self-compiled x13as on Mac

Merged Willi Mutschler requested to merge wmutschl/dseries:x13as_mac into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -33,6 +33,12 @@ if ismac()
else
x13_binary = sprintf('%s%s%s%s', x13_binary, '32', filesep(), 'x13as');
end
if ~exist(x13_binary, 'file')
[status, x13_binary] = system('which x13as');
if ~status
x13_binary = deblank(x13_binary);
end
end
elseif isunix()
x13_binary = sprintf('%s%s%s', dseries_x13_root, 'linux', filesep());
if is64bit()
Loading