Skip to content

Commit

Permalink
FMU support for OSX, which does not support cp -u
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoelund authored and OpenModelica-Hudson committed Oct 21, 2015
1 parent 1bb207d commit 8d2f20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenFMU.tpl
Expand Up @@ -1180,7 +1180,7 @@ template fmuSourceMakefile(SimCode simCode, String FMUVersion)

fmu:
<%\t%>rm -f <%fileNamePrefix%>.fmutmp/sources/<%fileNamePrefix%>_init.xml<%/*Already translated to .c*/%>
<%\t%>cp -pur <%makefileParams.omhome%>/include/omc/c/* <%includedir%>
<%\t%>cp -a <%makefileParams.omhome%>/include/omc/c/* <%includedir%>
<%\t%>cp -a <%fileNamePrefix%>_FMU.libs <%fileNamePrefix%>.fmutmp/sources/
<%\n%>
>>
Expand Down

0 comments on commit 8d2f20e

Please sign in to comment.