From cc4183d3a501fa48f21960c52644a06a4bf48f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 26 Oct 2018 15:02:12 +0200 Subject: [PATCH] Fix for recent MATLABs under Windows --- matlab/add_path_to_mex_files.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/add_path_to_mex_files.m b/matlab/add_path_to_mex_files.m index 2f1fa058d6..f40257cbf8 100644 --- a/matlab/add_path_to_mex_files.m +++ b/matlab/add_path_to_mex_files.m @@ -60,7 +60,7 @@ else end end else - tmp = [dynareroot '../mex/matlab/win64-9.4/']; + tmp = [dynareroot '../mex/matlab/win64-9.4-9.5/']; if exist(tmp, 'dir') mexpath = tmp; if modifypath -- GitLab