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

Commit 91ae007

Browse files
rfrankeOpenModelica-Hudson
authored andcommitted
Clean up after building Cpp FMU (the sources are saved inside the FMU)
Belonging to [master]: - #2156 - OpenModelica/OpenModelica-testsuite#838
1 parent bdcee4e commit 91ae007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/Script/CevalScriptBackend.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,6 +3417,7 @@ algorithm
34173417
end if;
34183418
ExecStat.execStat("buildModelFMU: Generate C++ for platform " + platform);
34193419
end for;
3420+
System.systemCall("make -f " + filenameprefix + "_FMU.makefile clean");
34203421
return;
34213422
end if;
34223423

0 commit comments

Comments
 (0)