Skip to content

Commit

Permalink
- Fix compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8953 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 12, 2011
1 parent fc764b8 commit 3141801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/BackEnd/SimCode.mo
Original file line number Diff line number Diff line change
Expand Up @@ -9408,7 +9408,8 @@ algorithm
equation
true = "Windows_NT" ==& System.os();
str = "-l" +& str;
strs = str :: "-lmico2313" :: "-lws2_32" :: "-lregex" :: getLibraryStringInGccFormat(Absyn.STRING("Lapack"));
strs = getLibraryStringInGccFormat(Absyn.STRING("Lapack"));
strs = str :: "-lmico2313" :: "-lws2_32" :: "-lregex" :: strs;
then strs;

// The library is not actually named libLapack.so.
Expand Down

0 comments on commit 3141801

Please sign in to comment.