diff --git a/src/bonsai/Makefile b/src/bonsai/Makefile index caa7d26da5..ce2a0a8ef4 100644 --- a/src/bonsai/Makefile +++ b/src/bonsai/Makefile @@ -193,7 +193,7 @@ else cd build && . env/$(VENV_ACTIVATE) && $(PIP) download pyradiance $(PYPI_PLATFORM) --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --dest=./wheels endif # Required by ifctester web ui. - cd build && . env/$(VENV_ACTIVATE) && $(PIP) download flask --dest=./wheels + cd build && . env/$(VENV_ACTIVATE) && $(PIP) download flask $(PYPI_PLATFORM) --python-version $(PYPI_VERSION) --implementation $(PYPI_IMP) --only-binary=:all: --dest=./wheels # jQuery is required for web UI functionality cd build/bonsai/bim/data/webui/static/js/ && wget https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js