Skip to content

Commit

Permalink
- fixes for linking with lpsolve in c_runtime
Browse files Browse the repository at this point in the history
- compiled static lpsolve with mingw and used that to link with omc.exe and c_runtime.
- todo: move it to OMDev.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9070 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed May 22, 2011
1 parent 2ba6ed7 commit 6ff0245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/SimCode.mo
Expand Up @@ -9335,7 +9335,7 @@ Note: Normally only outputs a single string, but Lapack on MinGW is special."
algorithm
strs := matchcontinue exp
local
String str,str2;
String str,str2,omhome,omhomelib,lpsolvelib;

// Lapack on MinGW/Windows is linked against f2c
case Absyn.STRING("Lapack")
Expand Down

0 comments on commit 6ff0245

Please sign in to comment.