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