Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
67ea6d85
Kaydet (Commit)
67ea6d85
authored
Şub 16, 2001
tarafından
Neil Schemenauer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove a hard coded Python version, and a now incorrect relative path. Closes
SF patch #103680.
üst
f0a87ee9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ld_so_beos
Modules/ld_so_beos
+1
-2
No files found.
Modules/ld_so_beos
Dosyayı görüntüle @
67ea6d85
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment