blenderbim makefile - fix bbim translations build

This commit is contained in:
Andrej730
2024-07-18 20:03:34 +05:00
parent e50f88a91c
commit bda69555f6
+3 -2
View File
@@ -226,8 +226,9 @@ endif
cp -r blenderbim/libs/desktop build/blenderbim/libs/
# Generate translations module for BBIM build
git clone https://github.com/IfcOpenShell/blenderbim-translations.git build
$(PYTHON) scripts/bbim_translations.py -i "build" -o "build/blenderbim"
git clone https://github.com/IfcOpenShell/blenderbim-translations.git build/working
$(PYTHON) scripts/bbim_translations.py -i "build/working" -o "build/blenderbim"
rm -rf build/working
# Remove dependencies also bundled with Blender
rm -rf build/wheels/numpy*