mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 22:33:33 +00:00
blenderbim makefile - fix bbim translations build
This commit is contained in:
@@ -226,8 +226,9 @@ endif
|
|||||||
cp -r blenderbim/libs/desktop build/blenderbim/libs/
|
cp -r blenderbim/libs/desktop build/blenderbim/libs/
|
||||||
|
|
||||||
# Generate translations module for BBIM build
|
# Generate translations module for BBIM build
|
||||||
git clone https://github.com/IfcOpenShell/blenderbim-translations.git build
|
git clone https://github.com/IfcOpenShell/blenderbim-translations.git build/working
|
||||||
$(PYTHON) scripts/bbim_translations.py -i "build" -o "build/blenderbim"
|
$(PYTHON) scripts/bbim_translations.py -i "build/working" -o "build/blenderbim"
|
||||||
|
rm -rf build/working
|
||||||
|
|
||||||
# Remove dependencies also bundled with Blender
|
# Remove dependencies also bundled with Blender
|
||||||
rm -rf build/wheels/numpy*
|
rm -rf build/wheels/numpy*
|
||||||
|
|||||||
Reference in New Issue
Block a user