Skip to content
Snippets Groups Projects
Commit f451bb7c authored by Guenter Knauf's avatar Guenter Knauf
Browse files

fix for NetWare crossbuilds to display the right config.h when build on Win32.

parent 20b17d6b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment