mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
updated Debug dir name
This commit is contained in:
parent
cd8618f90d
commit
8231d1cbcf
|
@ -19,7 +19,7 @@ if ""%1 == "" (
|
||||||
if %BITS% == 32 (
|
if %BITS% == 32 (
|
||||||
set ARCH=x86
|
set ARCH=x86
|
||||||
set Z3BIN= ..\external
|
set Z3BIN= ..\external
|
||||||
set Z3DBG= ..\debug
|
set Z3DBG= ..\Debug
|
||||||
) else (
|
) else (
|
||||||
set ARCH=x64
|
set ARCH=x64
|
||||||
set Z3BIN= ..\x64\external_64
|
set Z3BIN= ..\x64\external_64
|
||||||
|
|
Loading…
Reference in a new issue