Skip to content

Commit 53d6289

Browse files
committed
Fix reading vs16 and newer dependencies in phpsdk_dllmap.php
1 parent f0b6aac commit 53d6289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/phpsdk_dllmap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
continue;
6666
}
6767

68-
if (!preg_match(",.*-(vc\d+)-(x\d\d)\.zip,", $filename, $m)) {
68+
if (!preg_match(",.*-(v[c|s]\d+)-(x\d\d)\.zip,", $filename, $m)) {
6969
continue;
7070
}
7171

0 commit comments

Comments
 (0)