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
0174dddc
Kaydet (Commit)
0174dddc
authored
Ara 30, 2005
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo, use parens for continued expr
üst
24f0fa97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
setup.py
setup.py
+3
-3
No files found.
setup.py
Dosyayı görüntüle @
0174dddc
...
...
@@ -1000,7 +1000,7 @@ class PyBuildExt(build_ext):
join
(
os
.
getenv
(
'HOME'
),
'/Library/Frameworks'
)
]
# Find the directory that contains the Tcl.framwork and Tk.framework
# Find the directory that contains the Tcl.fram
e
work and Tk.framework
# bundles.
# XXX distutils should support -F!
for
F
in
framework_dirs
:
...
...
@@ -1051,8 +1051,8 @@ class PyBuildExt(build_ext):
# AquaTk is a separate method. Only one Tkinter will be built on
# Darwin - either AquaTk, if it is found, or X11 based Tk.
platform
=
self
.
get_platform
()
if
platform
==
'darwin'
and
\
self
.
detect_tkinter_darwin
(
inc_dirs
,
lib_dirs
):
if
(
platform
==
'darwin'
and
self
.
detect_tkinter_darwin
(
inc_dirs
,
lib_dirs
)
):
return
# Assume we haven't found any of the libraries or include files
...
...
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