alias boost_python3 to boost_python instead of creating an empty alias
This commit is contained in:
parent
8c188cd1fe
commit
cf834e307d
|
@ -61,7 +61,7 @@ if $(BOOST_ROOT)
|
|||
}
|
||||
else
|
||||
{
|
||||
alias boost_python3 ;
|
||||
alias boost_python3 : boost_python ;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue