From 31acd0a39b172f7c17d76604f98e12a63af0a956 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 18 Jul 2024 22:44:25 +1000 Subject: [PATCH] Forgot PYTHON var --- src/ifcopenshell-python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index b6fae42e48..404cfbfaca 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -2,6 +2,7 @@ VERSION:=$(shell cat ../../VERSION) PYVERSION:=py311 PLATFORM:=linux64 +PYTHON:=python3.11 SED:=sed -i ifeq ($(OS),Windows_NT) HOSTOS:=win