[CI] Locate vcomp140.dll from System32 directory (#5078)
This commit is contained in:
parent
761e938dbe
commit
64f4361b47
@ -7,7 +7,7 @@ if len(sys.argv) != 2:
|
||||
print('Usage: {} [wheel]'.format(sys.argv[0]))
|
||||
sys.exit(1)
|
||||
|
||||
vcomp140_path = 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\14.0\\VC\\redist\\x64\\Microsoft.VC140.OpenMP\\vcomp140.dll'
|
||||
vcomp140_path = 'C:\\Windows\\System32\\vcomp140.dll'
|
||||
|
||||
for wheel_path in sorted(glob.glob(sys.argv[1])):
|
||||
m = re.search(r'xgboost-(.*)-py2.py3', wheel_path)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user