mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add vcrunime pattern to distribution directive #4542
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
85cb0293f5
commit
9bc5552ca2
2 changed files with 6 additions and 2 deletions
|
@ -253,7 +253,8 @@ def mk_zips():
|
|||
|
||||
VS_RUNTIME_PATS = [re.compile('vcomp.*\.dll'),
|
||||
re.compile('msvcp.*\.dll'),
|
||||
re.compile('msvcr.*\.dll')]
|
||||
re.compile('msvcr.*\.dll'),
|
||||
re.compile('vcrun.*\.dll')]
|
||||
|
||||
# Copy Visual Studio Runtime libraries
|
||||
def cp_vs_runtime(x64):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue