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
fa713e18
Kaydet (Commit)
fa713e18
authored
Ara 03, 2006
tarafından
Matthias Klose
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- Fix build failure on kfreebsd and on the hurd.
üst
95b744ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
build_ext.py
Lib/distutils/command/build_ext.py
+1
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/distutils/command/build_ext.py
Dosyayı görüntüle @
fa713e18
...
@@ -186,7 +186,7 @@ class build_ext (Command):
...
@@ -186,7 +186,7 @@ class build_ext (Command):
# for extensions under Cygwin and AtheOS Python's library directory must be
# for extensions under Cygwin and AtheOS Python's library directory must be
# appended to library_dirs
# appended to library_dirs
if
sys
.
platform
[:
6
]
==
'cygwin'
or
sys
.
platform
[:
6
]
==
'atheos'
or
\
if
sys
.
platform
[:
6
]
==
'cygwin'
or
sys
.
platform
[:
6
]
==
'atheos'
or
\
(
sys
.
platform
.
startswith
(
'linux'
)
and
(
(
sys
.
platform
.
startswith
(
'linux'
)
or
sys
.
platform
.
startswith
(
'gnu'
)
)
and
sysconfig
.
get_config_var
(
'Py_ENABLE_SHARED'
)):
sysconfig
.
get_config_var
(
'Py_ENABLE_SHARED'
)):
if
string
.
find
(
sys
.
executable
,
sys
.
exec_prefix
)
!=
-
1
:
if
string
.
find
(
sys
.
executable
,
sys
.
exec_prefix
)
!=
-
1
:
# building third party extensions
# building third party extensions
...
...
Misc/NEWS
Dosyayı görüntüle @
fa713e18
...
@@ -214,6 +214,8 @@ Build
...
@@ -214,6 +214,8 @@ Build
- Patch #1576954: Update VC6 build directory; remove redundant
- Patch #1576954: Update VC6 build directory; remove redundant
files in VC7.
files in VC7.
- Fix build failure on kfreebsd and on the hurd.
Windows
Windows
-------
-------
...
...
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