Skip to content

Commit

Permalink
[BUILD] - fix System.c external interface for bootstrapping on Windows
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#3020
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Mar 29, 2019
1 parent 81d8a03 commit db4e230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/runtime/System_omc.c
Expand Up @@ -250,12 +250,12 @@ extern const char* System_platform()

extern const char* System_pathDelimiter()
{
return "#";
return "/";
}

extern const char* System_groupDelimiter()
{
return "#";
return ";";
}

extern const char* System_getCorbaLibs()
Expand Down

0 comments on commit db4e230

Please sign in to comment.