Skip to content

Commit

Permalink
[BUILD] - add missing = in Autoconf.mo.omdev.mingw
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#3021
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Mar 29, 2019
1 parent db4e230 commit 09f079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Autoconf.mo.omdev.mingw
Expand Up @@ -17,7 +17,7 @@ encapsulated package Autoconf

constant String platform = if is64Bit then "WIN64" else "WIN32";
constant String pathDelimiter = "/";
constant String groupDelimiter ";";
constant String groupDelimiter = ";";

constant String corbaLibs = "-L$(OPENMODELICAHOME)/lib/omc -lomniORB420_rt -lomnithread40_rt";
constant list<String> systemLibs = {};
Expand Down

0 comments on commit 09f079c

Please sign in to comment.