From 533135854809d982f12ea62ea99d2d1c0702dc24 Mon Sep 17 00:00:00 2001 From: Maxwell Dreytser Date: Sun, 22 Dec 2024 23:55:07 -0500 Subject: [PATCH] We expect the python lib to be found in the libs folder. --- build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build.bat b/build.bat index d7f339a9c04025..977dad41f11b4f 100644 --- a/build.bat +++ b/build.bat @@ -47,6 +47,7 @@ if "%ARCH_OPT%" EQU "-x86" ( ) move %SRC_TOOLS_DIR%\Lib\pip.py.bak %SRC_TOOLS_DIR%\Lib\pip.py +copy %SRC_TOOLS_DIR%\python311.lib %SRC_TOOLS_DIR%\libs\python311.lib xcopy /i /q /s /y %SRC_TOOLS_DIR% %OUTPUT_DIR%