March 9, 2026
5:38 a.m.
Martin Storsjö (@mstorsjo) commented about tools/make_makefiles:
my $subdir = $dir;
while ($dir && !defined $makefiles{"$dir/Makefile.in"}) { $dir = dirname( $dir ); } - $subdir =~ s/^$dir\/?//; + $subdir =~ s/^\Q$dir\E\/?//;
What does this change do, and is it strictly related to the C++ support? It seems like a different topic than the rest. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10273#note_131573