mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03:00
fix for NetWare crossbuilds to display the right config.h when build on Win32.
This commit is contained in:
parent
20b17d6b04
commit
f451bb7c49
1 changed files with 2 additions and 2 deletions
|
|
@ -141,9 +141,9 @@ if ($^O eq 'MSWin32' || $targetos) {
|
|||
}
|
||||
}
|
||||
|
||||
if ($^O eq 'MSWin32') {
|
||||
if (($^O eq 'MSWin32') && ($targetos =~ /vc/ || $targetos =~ /mingw32/ || $targetos =~ /borland/)) {
|
||||
|
||||
# Set these things only when building ON Windows, not when simply building
|
||||
# Set these things only when building ON Windows and for Win32 platform.
|
||||
# FOR Windows since we might be cross-compiling on another system. Non-
|
||||
# Windows builds still default to configure-style builds with no confsuffix.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue