Skip to content

Commit

Permalink
- Use the configure C++-compiler as the default compiler
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 5, 2011
1 parent 1ae726d commit 3050312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/settingsimpl.c
Expand Up @@ -149,7 +149,7 @@ static const char* SettingsImpl__getCompileCommand()
// Get a default command
const char *res = getenv("MC_DEFAULT_COMPILE_CMD");
if (res == NULL)
return "g++";
return DEFAULT_CXX;
return res;
}
return compileCommand;
Expand Down

0 comments on commit 3050312

Please sign in to comment.