Skip to content
Snippets Groups Projects
Commit 30cc24d2 authored by i-bird's avatar i-bird
Browse files

Fixing gdbgui installation for osx

parent 9796252a
No related branches found
No related tags found
No related merge requests found
Pipeline #2709 failed
......@@ -13,7 +13,7 @@ source script/solve_python_devel
node_js_inst=0
if [ x"$platform" == x"osx" ]
if [ x"$platform" == x"osx" ]; then
echo -e "node\033[91;5;1m The parallel debugger at the moment is not supported on OSX \033[0m"
return
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