From 15945d854aaa63fba8e902b1919ce22e6c7accf2 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 19 Jul 2024 19:25:35 +0500 Subject: [PATCH] fix bbim build missing very important aud wheel --- src/blenderbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index 577e53bc46..87d1cc79f4 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -130,7 +130,7 @@ endif cd build && . env/$(VENV_ACTIVATE) && $(PIP) download GitPython --dest=./wheels # Provides audio playback for costing # This is a REALLY IMPORTANT feature - cd build && . env/$(VENV_ACTIVATE) && $(PIP) wheel git+https://github.com/Andrej730/aud.git --wheel-dir=../wheels + cd build && . env/$(VENV_ACTIVATE) && $(PIP) wheel git+https://github.com/Andrej730/aud.git --wheel-dir=./wheels # IfcOpenShell dependency - support for new typing features cd build && . env/$(VENV_ACTIVATE) && $(PIP) download typing_extensions --dest=./wheels # Required by IfcCSV