From b4a8ad8aa4b992c49638c90207871a9feaa18c3c Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@jrc.ec.europa.eu>
Date: Wed, 1 Apr 2015 14:43:52 +0200
Subject: [PATCH] Fix mex path for win64 bit

---
 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 279babb8f9..ea9065a519 100644
--- a/matlab/add_path_to_mex_files.m
+++ b/matlab/add_path_to_mex_files.m
@@ -48,7 +48,7 @@ else
                 end
             end
         else
-            tmp = [dynareroot '../mex/matlab/win64-7.8-8.4/'];
+            tmp = [dynareroot '../mex/matlab/win64-7.8-8.5/'];
             if exist(tmp, 'dir')
                 mexpath = tmp;
                 if modifypath
-- 
GitLab