mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 20:50:02 +00:00
add build support for new IfcTester webapp
This commit is contained in:
committed by
Dion Moult
parent
5400712a7a
commit
be72887216
+3
-1
@@ -11,11 +11,13 @@ ifeq ($(OS),Windows_NT)
|
||||
PYTHON:=python
|
||||
PIP:=pip
|
||||
VENV_BIN:=Scripts
|
||||
endif
|
||||
else
|
||||
UNAME_S:=$(shell uname -s)
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
SED:=sed -i '' -e
|
||||
PYTHON:=python3
|
||||
endif
|
||||
endif
|
||||
|
||||
VENV_ACTIVATE:=$(VENV_BIN)/activate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user