Skip to content

Commit d931edd

Browse files
committed
remove conda-forge branding
1 parent 7d98f6b commit d931edd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

recipe/bld.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
setlocal EnableDelayedExpansion
22

33
:: brand Python with conda-forge startup message
4-
%SYS_PYTHON% %RECIPE_DIR%\brand_python.py
5-
if errorlevel 1 exit 1
4+
::%SYS_PYTHON% %RECIPE_DIR%\brand_python.py
5+
::if errorlevel 1 exit 1
66

77
:: Compile python, extensions and external libraries
88
if "%ARCH%"=="64" (

recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TCLTK_VER=${tk}
1616
# Disables some PGO/LTO
1717
QUICK_BUILD=no
1818
# Remove once: https://github.com/mingwandroid/conda-build/commit/c68a7d100866df7a3e9c0e3177fc7ef0ff76def9
19-
CONDA_FORGE=yes
19+
CONDA_FORGE=no
2020

2121
_buildd_static=build-static
2222
_buildd_shared=build-shared

0 commit comments

Comments
 (0)