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
84d14baf
Kaydet (Commit)
84d14baf
authored
Ock 24, 2001
tarafından
Neil Schemenauer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
There is no more Modules/Makefile, use toplevel Makefile.
üst
d32a337c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sysconfig.py
Lib/distutils/sysconfig.py
+1
-1
No files found.
Lib/distutils/sysconfig.py
Dosyayı görüntüle @
84d14baf
...
@@ -142,7 +142,7 @@ def get_config_h_filename():
...
@@ -142,7 +142,7 @@ def get_config_h_filename():
def
get_makefile_filename
():
def
get_makefile_filename
():
"""Return full pathname of installed Makefile from the Python build."""
"""Return full pathname of installed Makefile from the Python build."""
if
python_build
:
if
python_build
:
return
'./M
odules/M
akefile'
return
'./Makefile'
lib_dir
=
get_python_lib
(
plat_specific
=
1
,
standard_lib
=
1
)
lib_dir
=
get_python_lib
(
plat_specific
=
1
,
standard_lib
=
1
)
return
os
.
path
.
join
(
lib_dir
,
"config"
,
"Makefile"
)
return
os
.
path
.
join
(
lib_dir
,
"config"
,
"Makefile"
)
...
...
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