X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexcompiler.cpp;h=68e4a302a70420216411fedf61ad5f25b468e4a6;hb=8dda8683c5f461ac62a31c65823baf232843f228;hp=1ef61d1f786ec309195e1c456f441f1cc54428e5;hpb=47ecb72dce5ea9c917d1e1e77863c45a8b2b1bba;p=ginac.git diff --git a/ginac/excompiler.cpp b/ginac/excompiler.cpp index 1ef61d1f..68e4a302 100644 --- a/ginac/excompiler.cpp +++ b/ginac/excompiler.cpp @@ -140,7 +140,7 @@ public: */ void compile_src_file(const std::string filename, bool clean_up) { - std::string strcompile = "ginac-excompiler " + filename; + std::string strcompile = LIBEXECDIR "ginac-excompiler " + filename; if (system(strcompile.c_str())) { throw std::runtime_error("excompiler::compile_src_file: error compiling source file!"); }