Skip to content

Commit 42457d3

Browse files
committed
- fix FMU build during testsuite run
- there is no build/MinGW/bin during the testsuite so copy the required dlls to build/bin and in the FMU from build/bin -> platform/ git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17888 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent ee0e6a8 commit 42457d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Template/CodegenFMU.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ match platform
10101010
<%\t%>cp modelDescription.xml <%fmudirname%>/modelDescription.xml
10111011
<%\t%>cp <%omhome%>/bin/libexpat.dll <%fmudirname%>/binaries/<%platform%>/
10121012
<%\t%>cp <%omhome%>/bin/pthreadGC2.dll <%fmudirname%>/binaries/<%platform%>/
1013-
<%\t%>cp <%omhome%>/MinGW/bin/libgfortran-3.dll <%fmudirname%>/binaries/<%platform%>/
1013+
<%\t%>cp <%omhome%>/bin/libgfortran-3.dll <%fmudirname%>/binaries/<%platform%>/
10141014
<%\t%>cd <%fmudirname%>&& rm -f ../<%fileNamePrefix%>.fmu&& zip -r ../<%fileNamePrefix%>.fmu *
10151015
<%\t%>rm -rf <%fmudirname%>
10161016

0 commit comments

Comments
 (0)