alias boost_python3 to boost_python instead of creating an empty alias

This commit is contained in:
Steven Siloti 2018-12-06 19:03:13 -08:00 committed by Arvid Norberg
parent 8c188cd1fe
commit cf834e307d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if $(BOOST_ROOT)
}
else
{
alias boost_python3 ;
alias boost_python3 : boost_python ;
}
}
else