Skip to content

Commit

Permalink
Add missing libmdpi include
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansaya committed Oct 19, 2023
1 parent ee13530 commit 7ff6e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrapper/simulation/SimulationTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ std::string SimulationTool::GenerateLibraryBuildScript(std::ostringstream& scrip
std::string flags = " -fwrapv -ffloat-store -flax-vector-conversions -msse2 -mfpmath=sse -fno-strict-aliasing "
"-D__builtin_bambu_time_start\\(\\)= -D__builtin_bambu_time_stop\\(\\)= -D__BAMBU_SIM__";
flags += " -I" + relocate_compiler_path(PANDA_INCLUDE_INSTALLDIR);
flags += " -I" + relocate_compiler_path(PANDA_DATA_INSTALLDIR) + "/panda/libmdpi/include";
if(!Param->isOption(OPT_input_format) ||
Param->getOption<Parameters_FileFormat>(OPT_input_format) == Parameters_FileFormat::FF_C)
{
Expand Down

0 comments on commit 7ff6e28

Please sign in to comment.