diff --git a/Applications/Sfx/Main.cpp b/Applications/Sfx/Main.cpp index ce4f7165..bffbbe91 100644 --- a/Applications/Sfx/Main.cpp +++ b/Applications/Sfx/Main.cpp @@ -266,10 +266,12 @@ int main(int argc, char** argv) { for (auto& el : compiler["commandPaths"].items()) { - std::string p=ProcessEnvironmentVariables(el.value()); - sfxConfig.compilerPaths.push_back(p); if(sfxOptions.verbose) - std::cout<<"Compiler Path: "<