mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Remove a hard coded Python version, and a now incorrect relative path. Closes
SF patch #103680.
This commit is contained in:
parent
f0a87ee955
commit
67ea6d8502
1 changed files with 1 additions and 2 deletions
|
|
@ -24,7 +24,6 @@
|
|||
# Make sure we got reasonable arguments.
|
||||
TARGET=""
|
||||
ARGS=""
|
||||
VERSION=2.0
|
||||
|
||||
while [ "$#" != "0" ]; do
|
||||
case "$1" in
|
||||
|
|
@ -47,7 +46,7 @@ fi
|
|||
# The shared libraries and glue objects we need to link against; these
|
||||
# libs are overkill for most of the standard modules, but it makes life
|
||||
# in this shell script easier.
|
||||
LIBS="-L.. -lpython$VERSION -lbe -lnet -lroot"
|
||||
LIBS="-lbe -lnet -lroot"
|
||||
|
||||
case $BE_HOST_CPU in
|
||||
ppc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue