Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a87ee commit 67ea6d8Copy full SHA for 67ea6d8
1 file changed
Modules/ld_so_beos
@@ -24,7 +24,6 @@
24
# Make sure we got reasonable arguments.
25
TARGET=""
26
ARGS=""
27
-VERSION=2.0
28
29
while [ "$#" != "0" ]; do
30
case "$1" in
@@ -47,7 +46,7 @@ fi
47
46
# The shared libraries and glue objects we need to link against; these
48
# libs are overkill for most of the standard modules, but it makes life
49
# in this shell script easier.
50
-LIBS="-L.. -lpython$VERSION -lbe -lnet -lroot"
+LIBS="-lbe -lnet -lroot"
51
52
case $BE_HOST_CPU in
53
ppc)
0 commit comments