Skip to content

Commit 75e69f7

Browse files
committed
add vc14 to dll map script
1 parent edeecf5 commit 75e69f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/dllmap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
"x86" => array(),
4747
"x64" => array(),
4848
),
49+
"vc14" => array(
50+
"x86" => array(),
51+
"x64" => array(),
52+
),
4953
);
5054

5155

0 commit comments

Comments
 (0)