mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:17:16 +03:00
build: fix mingw-w64 version guard for mingw32ce
Follow-up to a28f5f68b9 #18010
Closes #18095
This commit is contained in:
parent
8d00527e9e
commit
217ae24a94
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__) && \
|
||||
#if defined(__MINGW32__) && !defined(__MINGW32CE__) && \
|
||||
(!defined(__MINGW64_VERSION_MAJOR) || (__MINGW64_VERSION_MAJOR < 3))
|
||||
#error "Building curl requires mingw-w64 3.0 or later"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue