We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d98f6b commit d931eddCopy full SHA for d931edd
2 files changed
recipe/bld.bat
@@ -1,8 +1,8 @@
1
setlocal EnableDelayedExpansion
2
3
:: brand Python with conda-forge startup message
4
-%SYS_PYTHON% %RECIPE_DIR%\brand_python.py
5
-if errorlevel 1 exit 1
+::%SYS_PYTHON% %RECIPE_DIR%\brand_python.py
+::if errorlevel 1 exit 1
6
7
:: Compile python, extensions and external libraries
8
if "%ARCH%"=="64" (
recipe/build.sh
@@ -16,7 +16,7 @@ TCLTK_VER=${tk}
16
# Disables some PGO/LTO
17
QUICK_BUILD=no
18
# Remove once: https://github.com/mingwandroid/conda-build/commit/c68a7d100866df7a3e9c0e3177fc7ef0ff76def9
19
-CONDA_FORGE=yes
+CONDA_FORGE=no
20
21
_buildd_static=build-static
22
_buildd_shared=build-shared
0 commit comments