From ffe0ff95b752075deb2751fddf17adb714fd4184 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Tue, 22 Feb 2022 10:37:32 +0100 Subject: [PATCH] fix --- makefiles/Makefile.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/Makefile.port.mk b/makefiles/Makefile.port.mk index c878e9b394..deb6d8df60 100644 --- a/makefiles/Makefile.port.mk +++ b/makefiles/Makefile.port.mk @@ -166,7 +166,7 @@ ifeq ("$(SYSTEM)","win") CBC_PLATFORM = $(CBC_PLATFORM_PREFIX)-$(VS_RELEASE)-Release # Detect Python - PYTHON_VERSION ?= $(shell -c "from sys import version_info as v; print (str(v[0]) + str(v[1]))") + PYTHON_VERSION ?= $(shell python -c "from sys import version_info as v; print (str(v[0]) + str(v[1]))") endif # ($(SYSTEM),win) # Get github revision level