Revert "Use consistent naming scheme for python subdir in LIBDIR"

This reverts commit 4a7a15efe4.
This commit is contained in:
Peter Dimov
2020-01-07 15:29:52 +02:00
parent fe1708e75a
commit 62229ef156
+1 -1
View File
@@ -416,7 +416,7 @@ local rule tag ( name : type ? : property-set )
if $(python)
{
r = $(r:B=$(r:B)-python$(python)) ;
r = $(r:B=$(r:B)-py$(python)) ;
}
.debug " result=" $(r) ;