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
14121854
Kaydet (Commit)
14121854
authored
Eki 16, 2008
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
backport a fix for setup.py's -R
üst
f8052767
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
Dosyayı görüntüle @
14121854
...
@@ -254,6 +254,7 @@ class PyBuildExt(build_ext):
...
@@ -254,6 +254,7 @@ class PyBuildExt(build_ext):
# the environment variable is not set even though the value were passed
# the environment variable is not set even though the value were passed
# into configure and stored in the Makefile (issue found on OS X 10.3).
# into configure and stored in the Makefile (issue found on OS X 10.3).
for
env_var
,
arg_name
,
dir_list
in
(
for
env_var
,
arg_name
,
dir_list
in
(
(
'LDFLAGS'
,
'-R'
,
self
.
compiler
.
runtime_library_dirs
),
(
'LDFLAGS'
,
'-L'
,
self
.
compiler
.
library_dirs
),
(
'LDFLAGS'
,
'-L'
,
self
.
compiler
.
library_dirs
),
(
'CPPFLAGS'
,
'-I'
,
self
.
compiler
.
include_dirs
)):
(
'CPPFLAGS'
,
'-I'
,
self
.
compiler
.
include_dirs
)):
env_val
=
sysconfig
.
get_config_var
(
env_var
)
env_val
=
sysconfig
.
get_config_var
(
env_var
)
...
@@ -792,7 +793,7 @@ class PyBuildExt(build_ext):
...
@@ -792,7 +793,7 @@ class PyBuildExt(build_ext):
break
break
else
:
else
:
if
sqlite_setup_debug
:
if
sqlite_setup_debug
:
print
"
%
s: version
%
d is too old, need >=
%
s
"
%
(
d
,
print
"
%
s: version
%
r is too old, need >=
%
r
"
%
(
d
,
sqlite_version
,
MIN_SQLITE_VERSION
)
sqlite_version
,
MIN_SQLITE_VERSION
)
elif
sqlite_setup_debug
:
elif
sqlite_setup_debug
:
print
"sqlite:
%
s had no SQLITE_VERSION"
%
(
f
,)
print
"sqlite:
%
s had no SQLITE_VERSION"
%
(
f
,)
...
...
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