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
679bc9fc
Kaydet (Commit)
679bc9fc
authored
Şub 18, 2003
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Patch #681504] Call customize_compiler in config command
üst
d87eeb94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
config.py
Lib/distutils/command/config.py
+2
-0
No files found.
Lib/distutils/command/config.py
Dosyayı görüntüle @
679bc9fc
...
...
@@ -17,6 +17,7 @@ import sys, os, string, re
from
types
import
*
from
distutils.core
import
Command
from
distutils.errors
import
DistutilsExecError
from
distutils.sysconfig
import
customize_compiler
from
distutils
import
log
LANG_EXT
=
{
'c'
:
'.c'
,
...
...
@@ -104,6 +105,7 @@ class config (Command):
if
not
isinstance
(
self
.
compiler
,
CCompiler
):
self
.
compiler
=
new_compiler
(
compiler
=
self
.
compiler
,
dry_run
=
self
.
dry_run
,
force
=
1
)
customize_compiler
(
self
.
compiler
)
if
self
.
include_dirs
:
self
.
compiler
.
set_include_dirs
(
self
.
include_dirs
)
if
self
.
libraries
:
...
...
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