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
7ee88bf3
Kaydet (Commit)
7ee88bf3
authored
Mar 21, 2019
tarafından
Jess
Kaydeden (comit)
Steve Dower
Mar 21, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-36245: Avoid problems when building in a directory containing spaces. (GH-12241)
üst
14e3c447
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
get_externals.bat
PCbuild/get_externals.bat
+3
-3
No files found.
PCbuild/get_externals.bat
Dosyayı görüntüle @
7ee88bf3
...
@@ -41,7 +41,7 @@ if "%DO_FETCH%"=="false" goto end
...
@@ -41,7 +41,7 @@ if "%DO_FETCH%"=="false" goto end
if "%ORG%"=="" (set ORG=python)
if "%ORG%"=="" (set ORG=python)
call "%PCBUILD%\find_python.bat" "%PYTHON%"
call "%PCBUILD%\find_python.bat" "%PYTHON%"
if
"%PYTHON%"==""
(
if
NOT DEFINED PYTHON
(
where /Q git || echo Python 3.6 could not be found or installed, and git.exe is not on your PATH && exit /B 1
where /Q git || echo Python 3.6 could not be found or installed, and git.exe is not on your PATH && exit /B 1
)
)
...
@@ -60,7 +60,7 @@ set libraries=%libraries% zlib-1.2.11
...
@@ -60,7 +60,7 @@ set libraries=%libraries% zlib-1.2.11
for %%e in (%libraries%) do (
for %%e in (%libraries%) do (
if exist "%EXTERNALS_DIR%\%%e" (
if exist "%EXTERNALS_DIR%\%%e" (
echo.%%e already exists, skipping.
echo.%%e already exists, skipping.
) else if
"%PYTHON%"==""
(
) else if
NOT DEFINED PYTHON
(
echo.Fetching %%e with git...
echo.Fetching %%e with git...
git clone --depth 1 https://github.com/%ORG%/cpython-source-deps --branch %%e "%EXTERNALS_DIR%\%%e"
git clone --depth 1 https://github.com/%ORG%/cpython-source-deps --branch %%e "%EXTERNALS_DIR%\%%e"
) else (
) else (
...
@@ -79,7 +79,7 @@ if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
...
@@ -79,7 +79,7 @@ if NOT "%IncludeSSLSrc%"=="false" set binaries=%binaries% nasm-2.11.06
for %%b in (%binaries%) do (
for %%b in (%binaries%) do (
if exist "%EXTERNALS_DIR%\%%b" (
if exist "%EXTERNALS_DIR%\%%b" (
echo.%%b already exists, skipping.
echo.%%b already exists, skipping.
) else if
"%PYTHON%"==""
(
) else if
NOT DEFINED PYTHON
(
echo.Fetching %%b with git...
echo.Fetching %%b with git...
git clone --depth 1 https://github.com/%ORG%/cpython-bin-deps --branch %%b "%EXTERNALS_DIR%\%%b"
git clone --depth 1 https://github.com/%ORG%/cpython-bin-deps --branch %%b "%EXTERNALS_DIR%\%%b"
) else (
) else (
...
...
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