Blame patches/python2_host-2.7.18_pre.local.patch

c30d64
--- build/sbpython2/project/config/cfgdefs.sh.orig	2022-12-26 19:52:02.067193887 +0100
c30d64
+++ build/sbpython2/project/config/cfgdefs.sh	2023-03-20 20:11:46.912982474 +0100
c30d64
@@ -70,7 +70,7 @@
c30d64
 		exit 2
c30d64
 	fi
c30d64
 
c30d64
-	"$mb_native_cc" -E -dM "$mb_source_dir/Include/patchlevel.h" \
c30d64
+	$mb_native_cc -E -dM "$mb_source_dir/Include/patchlevel.h" \
c30d64
 		> "$mb_internal_verinfo"
c30d64
 
c30d64
 	python_major=$(grep '#define PY_MAJOR_VERSION ' "$mb_internal_verinfo" | cut -d' ' -f3)