From 65941ea0e5c7cc68951b6db606ae81ae983379f7 Mon Sep 17 00:00:00 2001 From: stijn Date: Tue, 24 Jan 2023 10:56:26 +0100 Subject: [PATCH] windows/msvc: Make mpy-cross independent of micropython variant. The variant.props may have incompatible build options which break the mpy-cross build and in any case mpy-cross has nothing to do with variant support. --- ports/windows/msvc/common.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/windows/msvc/common.props b/ports/windows/msvc/common.props index d949e3df45..55c9c934f2 100644 --- a/ports/windows/msvc/common.props +++ b/ports/windows/msvc/common.props @@ -3,14 +3,14 @@ - + standard build-$(PyVariant) micropython - +