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

Fixing installation on OSX finally

parent da42de09
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ if [ x"$platform" == x"osx" ]; then
echo >&2
echo -e "gsed\033[91;5;1m FAILED \033[0m"
echo "OpenFPM require gnu-sed but it's not installed, searching a solution... "
./script/solve_gsed $platform
solve_gsed $platform
command -v gsed >/dev/null 2>&1
if [ $? -ne 0 ]; then
echo -e "gsed\033[91;5;1m FAILED \033[0m"
......
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