Skip to content
Snippets Groups Projects
Commit a9743fd5 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing installation script

parent 33da5582
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ detect_compiler
if [ $dgc_ret -eq 0 ]; then
echo -e "g++ \033[91;5;1m FAILED \033[0m"
solve_gpp $platform
detect_gcc_or_clang $compiler_gpp
detect_compiler
if [ $dgc_ret -eq 0 ]; then
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment