mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
fix bbim build missing very important aud wheel
This commit is contained in:
@@ -130,7 +130,7 @@ endif
|
|||||||
cd build && . env/$(VENV_ACTIVATE) && $(PIP) download GitPython --dest=./wheels
|
cd build && . env/$(VENV_ACTIVATE) && $(PIP) download GitPython --dest=./wheels
|
||||||
# Provides audio playback for costing
|
# Provides audio playback for costing
|
||||||
# This is a REALLY IMPORTANT feature
|
# 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
|
# IfcOpenShell dependency - support for new typing features
|
||||||
cd build && . env/$(VENV_ACTIVATE) && $(PIP) download typing_extensions --dest=./wheels
|
cd build && . env/$(VENV_ACTIVATE) && $(PIP) download typing_extensions --dest=./wheels
|
||||||
# Required by IfcCSV
|
# Required by IfcCSV
|
||||||
|
|||||||
Reference in New Issue
Block a user