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

Commit 09f079c

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
[BUILD] - add missing = in Autoconf.mo.omdev.mingw
Belonging to [master]: - #3021
1 parent db4e230 commit 09f079c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Util/Autoconf.mo.omdev.mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ encapsulated package Autoconf
1717

1818
constant String platform = if is64Bit then "WIN64" else "WIN32";
1919
constant String pathDelimiter = "/";
20-
constant String groupDelimiter ";";
20+
constant String groupDelimiter = ";";
2121

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

0 commit comments

Comments
 (0)