mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
common.mk - windows support
This commit is contained in:
@@ -2,6 +2,10 @@ PYTHON:=python3.11
|
||||
PIP:=pip3.11
|
||||
VERSION:=$(shell cat ../../VERSION)
|
||||
SED:=sed -i
|
||||
ifeq ($(OS),Windows_NT)
|
||||
PYTHON:=python
|
||||
PIP:=pip
|
||||
endif
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
SED:=sed -i '' -e
|
||||
PYTHON:=python3
|
||||
|
||||
Reference in New Issue
Block a user