Skip to content

Commit

Permalink
Clean up after building Cpp FMU (the sources are saved inside the FMU)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Feb 1, 2018
1 parent bdcee4e commit 91ae007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/Script/CevalScriptBackend.mo
Expand Up @@ -3417,6 +3417,7 @@ algorithm
end if;
ExecStat.execStat("buildModelFMU: Generate C++ for platform " + platform);
end for;
System.systemCall("make -f " + filenameprefix + "_FMU.makefile clean");
return;
end if;

Expand Down

0 comments on commit 91ae007

Please sign in to comment.