mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Integrating Nikolaj's Saturday changes (at unstable branch)
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
add684d8e9
commit
3003ee5cb6
6 changed files with 33 additions and 39 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue