mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Fixed MSYS/MinGW build. Fixes #1335.
This commit is contained in:
parent
45975bec65
commit
7c63a5cc1d
2 changed files with 3 additions and 3 deletions
|
@ -550,7 +550,7 @@ void interpolation_options_struct::apply(iz3base &b){
|
|||
|
||||
// On linux and mac, unlimit stack space so we get recursion
|
||||
|
||||
#if defined(_WINDOWS) || defined(_CYGWIN)
|
||||
#if defined(_WINDOWS) || defined(_CYGWIN) || defined(_MINGW)
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue