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
f19529cf
Kaydet (Commit)
f19529cf
authored
Ara 12, 2012
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix cross compiling issue in setup.py, ensure that lib_dirs and inc_dirs are
defined in cross compiling mode, too.
üst
08d5ca6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
NEWS
Misc/NEWS
+3
-0
setup.py
setup.py
+3
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
f19529cf
...
@@ -316,6 +316,9 @@ Tests
...
@@ -316,6 +316,9 @@ Tests
Build
Build
-----
-----
-
Fix
cross
compiling
issue
in
setup
.
py
,
ensure
that
lib_dirs
and
inc_dirs
are
defined
in
cross
compiling
mode
,
too
.
-
Issue
#
16593
:
Have
BSD
'make -s'
do
the
right
thing
,
thanks
to
Daniel
Shahaf
-
Issue
#
16593
:
Have
BSD
'make -s'
do
the
right
thing
,
thanks
to
Daniel
Shahaf
-
Issue
#
16262
:
fix
out
-
of
-
src
-
tree
builds
,
if
mercurial
is
not
installed
.
-
Issue
#
16262
:
fix
out
-
of
-
src
-
tree
builds
,
if
mercurial
is
not
installed
.
...
...
setup.py
Dosyayı görüntüle @
f19529cf
...
@@ -506,6 +506,9 @@ class PyBuildExt(build_ext):
...
@@ -506,6 +506,9 @@ class PyBuildExt(build_ext):
'/lib'
,
'/usr/lib'
,
'/lib'
,
'/usr/lib'
,
]
]
inc_dirs
=
self
.
compiler
.
include_dirs
+
[
'/usr/include'
]
inc_dirs
=
self
.
compiler
.
include_dirs
+
[
'/usr/include'
]
else
:
lib_dirs
=
[]
inc_dirs
=
[]
exts
=
[]
exts
=
[]
missing
=
[]
missing
=
[]
...
...
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