Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67ea6d8

Browse files
committed
Remove a hard coded Python version, and a now incorrect relative path. Closes
SF patch #103680.
1 parent f0a87ee commit 67ea6d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/ld_so_beos

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
# Make sure we got reasonable arguments.
2525
TARGET=""
2626
ARGS=""
27-
VERSION=2.0
2827

2928
while [ "$#" != "0" ]; do
3029
case "$1" in
@@ -47,7 +46,7 @@ fi
4746
# The shared libraries and glue objects we need to link against; these
4847
# libs are overkill for most of the standard modules, but it makes life
4948
# in this shell script easier.
50-
LIBS="-L.. -lpython$VERSION -lbe -lnet -lroot"
49+
LIBS="-lbe -lnet -lroot"
5150

5251
case $BE_HOST_CPU in
5352
ppc)

0 commit comments

Comments
 (0)