Skip to content
Snippets Groups Projects
Commit 624172dc authored by sebastien's avatar sebastien
Browse files

build system: fix for MinGW

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3230 ac1d8469-bf42-47a9-8791-bf33cf982152
parent eb10c275
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ else ...@@ -46,7 +46,7 @@ else
ax_cv_mexext=`$MATLAB/bin/mexext.bat | sed 's/\r//'` ax_cv_mexext=`$MATLAB/bin/mexext.bat | sed 's/\r//'`
;; ;;
*mingw*) *mingw*)
ax_cv_mexext=`cd $MATLAB && cmd /c mexext.bat | sed 's/\r//'` ax_cv_mexext=`cd $MATLAB/bin && cmd /c mexext.bat | sed 's/\r//'`
;; ;;
*) *)
ax_cv_mexext=`$MATLAB/bin/mexext` ax_cv_mexext=`$MATLAB/bin/mexext`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment