Skip to content
Snippets Groups Projects
Commit 5723e7ea authored by Houtan Bastani's avatar Houtan Bastani
Browse files

build system: remove support for 32-bit Matlab on OS X

parent 1442f830
No related branches found
No related tags found
No related merge requests found
...@@ -57,19 +57,9 @@ else ...@@ -57,19 +57,9 @@ else
end end
end end
end end
% Add OS X 32bits specific paths for Dynare Mac package
if strcmp(computer, 'MACI')
tmp = [dynareroot '../mex/matlab/osx32-7.5-7.11/'];
if exist(tmp, 'dir')
mexpath = tmp;
if modifypath && exist(mexpath, 'dir')
addpath(mexpath);
end
end
end
% Add OS X 64bits specific paths for Dynare Mac package % Add OS X 64bits specific paths for Dynare Mac package
if strcmp(computer, 'MACI64') if strcmp(computer, 'MACI64')
tmp = [dynareroot '../mex/matlab/osx64/']; tmp = [dynareroot '../mex/matlab/osx/'];
if exist(tmp, 'dir') if exist(tmp, 'dir')
mexpath = tmp; mexpath = tmp;
if modifypath && exist(mexpath, 'dir') if modifypath && exist(mexpath, 'dir')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment