Fix a comment about cross compilation with clang-cl [skip ci]

This comment was added in 0fbd09609f, where the case of a forward
slash was added for the case when cross compiling.
pull/7475/head
Martin Storsjö 5 years ago committed by Jussi Pakkanen
parent 59910c437a
commit 43129a11ed
  1. 2
      mesonbuild/backend/ninjabackend.py

@ -459,7 +459,7 @@ int dummy;
# different locales have different messages with a different
# number of colons. Match up to the the drive name 'd:\'.
# When used in cross compilation, the path separator is a
# backslash rather than a forward slash so handle both.
# forward slash rather than a backslash so handle both.
matchre = re.compile(rb"^(.*\s)([a-zA-Z]:\\|\/).*stdio.h$")
def detect_prefix(out):

Loading…
Cancel
Save