Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 13fc955

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
Link ModelicaStandardTables with ModelicaIO and ModelicaMatIO
- we need this to be able to update ModelicaExternalC
1 parent 7e8436e commit 13fc955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/SimCode/SimCodeFunctionUtil.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2152,7 +2152,7 @@ algorithm
21522152

21532153
case Absyn.STRING(str)
21542154
algorithm
2155-
if System.os()=="Windows_NT" and str=="ModelicaStandardTables" then
2155+
if str=="ModelicaStandardTables" then
21562156
(strs1,names1) := getLibraryStringInGccFormat(Absyn.STRING("ModelicaIO"));
21572157
(strs2,names2) := getLibraryStringInGccFormat(Absyn.STRING("ModelicaMatIO"));
21582158
strs := listAppend(strs1, strs2);

0 commit comments

Comments
 (0)