Skip to content

Commit

Permalink
- reversing the reverse as now it seems the libs are added in the pro…
Browse files Browse the repository at this point in the history
…per order to the makefile.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@6268 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 1, 2010
1 parent fe2e169 commit 6f5c907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode.mo
Expand Up @@ -7139,7 +7139,7 @@ algorithm
case Absyn.STRING("Lapack")
equation
true = "Windows_NT" ==& System.os();
then {"-lf2c","-lblas-mingw","-ltmglib-mingw","-llapack-mingw"};
then {"-llapack-mingw", "-ltmglib-mingw", "-lblas-mingw", "-lf2c"};

// The library is not actually named libLapack.so.
// Which is a problem, since MSL says it does.
Expand Down

0 comments on commit 6f5c907

Please sign in to comment.