On Wed, Aug 26, 2020 at 5:12 PM <luoyongg...@gmail.com> wrote: > > From: Yonggang Luo <luoyongg...@gmail.com> > > SIMPLE_PATH_RE should match the full path token. > Or the $ and : contained in path would not matched if the path are start with > C:/ and E:/
I don't understand this, SIMPLE_PATH_RE is used with re.match which only matches at the beginning of the string. Can you send me your build.ninja file offlist? Thanks, Paolo