Kaydet (Commit) 67ea6d85 authored tarafından Neil Schemenauer's avatar Neil Schemenauer

Remove a hard coded Python version, and a now incorrect relative path. Closes

SF patch #103680.
üst f0a87ee9
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
# Make sure we got reasonable arguments. # Make sure we got reasonable arguments.
TARGET="" TARGET=""
ARGS="" ARGS=""
VERSION=2.0
while [ "$#" != "0" ]; do while [ "$#" != "0" ]; do
case "$1" in case "$1" in
...@@ -47,7 +46,7 @@ fi ...@@ -47,7 +46,7 @@ fi
# The shared libraries and glue objects we need to link against; these # 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 # libs are overkill for most of the standard modules, but it makes life
# in this shell script easier. # in this shell script easier.
LIBS="-L.. -lpython$VERSION -lbe -lnet -lroot" LIBS="-lbe -lnet -lroot"
case $BE_HOST_CPU in case $BE_HOST_CPU in
ppc) ppc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment