mirror of
https://github.com/curl/curl.git
synced 2026-07-23 10:27:16 +03:00
Netware builds don't use configure.
This commit is contained in:
parent
5840c8cb70
commit
6b978db369
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
# --mktarball=[command] Command to run after completed test
|
||||
# --name=[name] Set name to report as
|
||||
# --nocvsup Don't update from CVS even though it is a CVS tree
|
||||
# --runtestsopts=[options] Options to pass to runtests.pl
|
||||
# --runtestopts=[options] Options to pass to runtests.pl
|
||||
# --setup=[file name] File name to read setup from (deprecated)
|
||||
# --target=[your os] Specify your target environment.
|
||||
#
|
||||
|
|
@ -130,6 +130,7 @@ if ($^O eq 'MSWin32' || $targetos) {
|
|||
$libext = '.a' if ($targetos =~ /mingw32/);
|
||||
}
|
||||
elsif ($targetos =~ /netware/) {
|
||||
$configurebuild = 0;
|
||||
$binext = '.nlm';
|
||||
$libext = '.lib';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue