Skip to content

Commit a9759fa

Browse files
committed
makepanda: fix makepanda.bat to look in Python 3.7 folder
1 parent 518dece commit a9759fa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

makepanda/makepanda.bat

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@ REM If we can find both, then run 'makepanda'.
88
REM
99

1010
if %PROCESSOR_ARCHITECTURE% == AMD64 (
11-
set pythondir=win-python-x64
11+
set suffix=-x64
1212
) else (
13-
set pythondir=win-python
13+
set suffix=
1414
)
1515

1616
set thirdparty=thirdparty
1717
if defined MAKEPANDA_THIRDPARTY set thirdparty=%MAKEPANDA_THIRDPARTY%
1818

19+
if exist %thirdparty%\win-python3.7%suffix%\python.exe (
20+
set pythondir=win-python3.7%suffix%
21+
) else (
22+
set pythondir=win-python%suffix%
23+
)
24+
1925
if not exist makepanda\makepanda.py goto :missing1
2026
if not exist %thirdparty%\%pythondir%\python.exe goto :missing2
2127
%thirdparty%\%pythondir%\python.exe makepanda\makepanda.py %*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy