Skip to content

msvcdeps: Faster case correction

Michael Vincent requested to merge vynse/waf:msvcdeps-perf into master

Visual Studio returns paths to dependencies with incorrect case. ant_glob() is very slow for this use case (40~50% impact to overall build time). This patch uses os.listdir() to find the correct case of each path component.

Merge request reports