diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-15 18:52:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-15 18:52:33 (GMT) |
commit | 56221a7cfa8f361f4310b63b74091766c50dd7f8 (patch) | |
tree | fa463c682b2f773a8b2cc5f27aa936a8853d1a89 /BeOS/linkmodule | |
parent | d3415791783dcdf6f6dedd2a878ea0e09aa39fc9 (diff) | |
download | cpython-56221a7cfa8f361f4310b63b74091766c50dd7f8.zip cpython-56221a7cfa8f361f4310b63b74091766c50dd7f8.tar.gz cpython-56221a7cfa8f361f4310b63b74091766c50dd7f8.tar.bz2 |
Chris Herborth <chrish@pobox.com>:
Minor updates for BeOS R5.
Use of OSError in test.test_fork1 changed to TestSkipped, with corresponding
change in BeOS/README (by Fred).
This closes SourceForge patch #100978.
Diffstat (limited to 'BeOS/linkmodule')
-rwxr-xr-x | BeOS/linkmodule | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BeOS/linkmodule b/BeOS/linkmodule index 103882a..7e0b5b9 100755 --- a/BeOS/linkmodule +++ b/BeOS/linkmodule @@ -46,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.. -lpython1.5 -lbe -lnet -lroot" +LIBS="-L.. -lpython$VERSION -lbe -lnet -lroot" case $BE_HOST_CPU in ppc) |