From 502b0c5038e75f1ca2aff3c351f6b9e1884dab0f Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 16 Sep 2019 17:57:13 +0200 Subject: [PATCH] change name of folder in 8d2e3def95734115bd1a3b36c3ac89e98a14f0a0 --- matlab/add_path_to_mex_files.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matlab/add_path_to_mex_files.m b/matlab/add_path_to_mex_files.m index 951ae4770..7fd6b35b7 100644 --- a/matlab/add_path_to_mex_files.m +++ b/matlab/add_path_to_mex_files.m @@ -82,10 +82,10 @@ else end end end - % Add OS X 64bits specific paths for Dynare Mac package + % Add macOS paths for Dynare Mac package if strcmp(computer, 'MACI64') if matlab_ver_less_than('9.4') - tmp = [dynareroot '../mex/matlab/64bit-8.7-9.3/']; + tmp = [dynareroot '../mex/matlab/maci64-8.7-9.3/']; if exist(tmp, 'dir') mexpath = tmp; if modifypath @@ -93,7 +93,7 @@ else end end else - tmp = [dynareroot '../mex/matlab/64bit-9.4-9.7']; + tmp = [dynareroot '../mex/matlab/maci64-9.4-9.7']; if exist(tmp, 'dir') mexpath = tmp; if modifypath