Commit 8c6a3b4
committed
build: fix mingw-w64 compilation
Set `ZMQ_HAVE_IPC OFF` all Windows builds, rather than just
`WindowsStore` builds. This fixes compiling with mingw-w64, and mirrors
the autotools builds system:
```bash
case "${host_os}" in
*vxworks*|*openvms*|*mingw*)
;;
```1 parent 2a75ef0 commit 8c6a3b4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
316 | 317 | | |
317 | 318 | | |
318 | | - | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
0 commit comments