mirror of https://github.com/python/cpython
typo in next config
This commit is contained in:
parent
9b24649118
commit
79c970cc49
|
@ -255,7 +255,7 @@ then
|
|||
hp*|HP*)
|
||||
LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/sharedmodules";;
|
||||
Linux*) LINKFORSHARED="-rdynamic";;
|
||||
next) LINKFORSHARED="-u libsys_s";;
|
||||
next/*) LINKFORSHARED="-u libsys_s";;
|
||||
SCO_SV*) LINKFORSHARED="-Bdynamic -dy -Wl,-Bexport";;
|
||||
IRIX*/6*) LINKFORSHARED="$SGI_ABI -all";;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue