add build support for new IfcTester webapp

This commit is contained in:
Sayan Jyoti Das
2025-08-28 12:13:14 +05:30
committed by Dion Moult
parent 5400712a7a
commit be72887216
2 changed files with 36 additions and 1 deletions
+3 -1
View File
@@ -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