mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
move to z3.dll instead of z3_dbg.dll
This commit is contained in:
parent
61de6433c0
commit
452ea65189
|
@ -22,7 +22,7 @@ if %STATIC% == true (
|
|||
set Z3DBGLIB=z3lib.lib
|
||||
) else (
|
||||
set Z3LIB=z3.lib
|
||||
set Z3DBGLIB=z3_dbg.lib
|
||||
set Z3DBGLIB=z3.lib
|
||||
)
|
||||
|
||||
REM ocaml 3.11 and later calls the linker through flexlink
|
||||
|
|
Loading…
Reference in a new issue