Skip to content

Commit

Permalink
Link ModelicaStandardTables with ModelicaIO and ModelicaMatIO
Browse files Browse the repository at this point in the history
- we need this to be able to update ModelicaExternalC
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Mar 27, 2017
1 parent 7e8436e commit 13fc955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode/SimCodeFunctionUtil.mo
Expand Up @@ -2152,7 +2152,7 @@ algorithm

case Absyn.STRING(str)
algorithm
if System.os()=="Windows_NT" and str=="ModelicaStandardTables" then
if str=="ModelicaStandardTables" then
(strs1,names1) := getLibraryStringInGccFormat(Absyn.STRING("ModelicaIO"));
(strs2,names2) := getLibraryStringInGccFormat(Absyn.STRING("ModelicaMatIO"));
strs := listAppend(strs1, strs2);
Expand Down

0 comments on commit 13fc955

Please sign in to comment.