diff --git a/src/util/path.jam b/src/util/path.jam index d4bfa39d0..579b3c156 100644 --- a/src/util/path.jam +++ b/src/util/path.jam @@ -374,7 +374,7 @@ rule make-UNIX ( native ) # VP: I have no idea now 'native' can be empty here! But it can! if $(native) = "" { - return "." ; + errors.error "Empty path passed to 'make-UNIX'" ; } else {